GoogleCloudDialogflowCxV3QueryInput class
Constructors
- GoogleCloudDialogflowCxV3QueryInput({GoogleCloudDialogflowCxV3AudioInput? audio, GoogleCloudDialogflowCxV3DtmfInput? dtmf, GoogleCloudDialogflowCxV3EventInput? event, GoogleCloudDialogflowCxV3IntentInput? intent, String? languageCode, GoogleCloudDialogflowCxV3TextInput? text, GoogleCloudDialogflowCxV3ToolCallResult? toolCallResult})
- GoogleCloudDialogflowCxV3QueryInput.fromJson(Map json_)
Properties
- audio ↔ GoogleCloudDialogflowCxV3AudioInput?
-
getter/setter pair
- dtmf ↔ GoogleCloudDialogflowCxV3DtmfInput?
-
getter/setter pair
- event ↔ GoogleCloudDialogflowCxV3EventInput?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- intent ↔ GoogleCloudDialogflowCxV3IntentInput?
-
getter/setter pair
- languageCode ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- text ↔ GoogleCloudDialogflowCxV3TextInput?
-
getter/setter pair
- toolCallResult ↔ GoogleCloudDialogflowCxV3ToolCallResult?
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited