Reference documentation and code samples for the Gemini Enterprise for Customer Experience V1BETA API class Google::Cloud::Ces::V1beta::SessionConfig::RemoteDialogflowQueryParameters.
QueryParameters to send to the remote Dialogflow agent when the session control is transferred to the remote agent.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#end_user_metadata
def end_user_metadata() -> ::Google::Protobuf::Struct
Returns
- (::Google::Protobuf::Struct) — Optional. The end user metadata to be sent in QueryParameters.
#end_user_metadata=
def end_user_metadata=(value) -> ::Google::Protobuf::Struct
Parameter
- value (::Google::Protobuf::Struct) — Optional. The end user metadata to be sent in QueryParameters.
Returns
- (::Google::Protobuf::Struct) — Optional. The end user metadata to be sent in QueryParameters.
#payload
def payload() -> ::Google::Protobuf::Struct
Returns
- (::Google::Protobuf::Struct) — Optional. The payload to be sent in QueryParameters.
#payload=
def payload=(value) -> ::Google::Protobuf::Struct
Parameter
- value (::Google::Protobuf::Struct) — Optional. The payload to be sent in QueryParameters.
Returns
- (::Google::Protobuf::Struct) — Optional. The payload to be sent in QueryParameters.
#webhook_headers
def webhook_headers() -> ::Google::Protobuf::Map{::String => ::String}
Returns
- (::Google::Protobuf::Map{::String => ::String}) — Optional. The HTTP headers to be sent as webhook_headers in QueryParameters.
#webhook_headers=
def webhook_headers=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
- value (::Google::Protobuf::Map{::String => ::String}) — Optional. The HTTP headers to be sent as webhook_headers in QueryParameters.
Returns
- (::Google::Protobuf::Map{::String => ::String}) — Optional. The HTTP headers to be sent as webhook_headers in QueryParameters.