onboardapi  9.10.0
by Rheinmetall
M_Dialogue::CmdSelectInputChoice Struct Reference

Select an action as response to the input choice reported by the service for the current test. More...

Public Member Functions

 CmdSelectInputChoice ()
 
 CmdSelectInputChoice (M_Common::ObjectIdType const &DialogueId, M_Common::StringListType const &SelectedInput)
 

Public Attributes

M_Common::ObjectIdType DialogueId
 Identifier of the currently active dialog. More...
 
M_Common::StringListType SelectedInput
 The selected input from the InputSelectionList provided in ReportInputChoice(). More...
 

Detailed Description

Select an action as response to the input choice reported by the service for the current test.

Constructor & Destructor Documentation

◆ CmdSelectInputChoice() [1/2]

M_Dialogue::CmdSelectInputChoice::CmdSelectInputChoice ( )

◆ CmdSelectInputChoice() [2/2]

M_Dialogue::CmdSelectInputChoice::CmdSelectInputChoice ( M_Common::ObjectIdType const &  DialogueId,
M_Common::StringListType const &  SelectedInput 
)

Member Data Documentation

◆ DialogueId

M_Common::ObjectIdType M_Dialogue::CmdSelectInputChoice::DialogueId

Identifier of the currently active dialog.

◆ SelectedInput

M_Common::StringListType M_Dialogue::CmdSelectInputChoice::SelectedInput

The selected input from the InputSelectionList provided in ReportInputChoice().