Class RemoteDialogflowQueryParameters (0.3.0)

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

QueryParameters <https://cloud.google.com/dialogflow/cx/docs/reference/rpc/google.cloud.dialogflow.cx.v3#queryparameters> to send to the remote Dialogflow <https://cloud.google.com/dialogflow/cx/docs/concept/console-conversational-agents> agent when the session control is transferred to the remote agent.

Attributes

Name Description
webhook_headers MutableMapping[str, str]
Optional. The HTTP headers to be sent as webhook_headers in QueryParameters __.
payload google.protobuf.struct_pb2.Struct
Optional. The payload to be sent in QueryParameters __.
end_user_metadata google.protobuf.struct_pb2.Struct
Optional. The end user metadata to be sent in QueryParameters __.

Classes

WebhookHeadersEntry

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

The abstract base class for a message.

Parameters
Name Description
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.