Class FulfillIntentRequest (0.8.0)

FulfillIntentRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request of [FulfillIntent][] Attributes: match_intent_request (google.cloud.dialogflowcx_v3beta1.types.MatchIntentRequest): Must be same as the corresponding MatchIntent request, otherwise the behavior is undefined. match (google.cloud.dialogflowcx_v3beta1.types.Match): The matched intent/event to fulfill. output_audio_config (google.cloud.dialogflowcx_v3beta1.types.OutputAudioConfig): Instructs the speech synthesizer how to generate output audio.

Inheritance

builtins.object > proto.message.Message > FulfillIntentRequest