UserInput(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The input from the human user.
Attributes |
|
---|---|
Name | Description |
input |
google.cloud.dialogflowcx_v3beta1.types.QueryInput
Supports [text input][google.cloud.dialogflow.cx.v3beta1.QueryInput.text], [event input][google.cloud.dialogflow.cx.v3beta1.QueryInput.event], [dtmf input][google.cloud.dialogflow.cx.v3beta1.QueryInput.dtmf] in the test case. |
injected_parameters |
google.protobuf.struct_pb2.Struct
Parameters that need to be injected into the conversation during intent detection. |
is_webhook_enabled |
bool
If webhooks should be allowed to trigger in response to the user utterance. Often if parameters are injected, webhooks should not be enabled. |
enable_sentiment_analysis |
bool
Whether sentiment analysis is enabled. |