The request message for Participants.AnalyzeContent.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#assist_query_params
def assist_query_params() -> ::Google::Cloud::Dialogflow::V2::AssistQueryParameters Returns
- (::Google::Cloud::Dialogflow::V2::AssistQueryParameters) — Parameters for a human assist query.
#assist_query_params=
def assist_query_params=(value) -> ::Google::Cloud::Dialogflow::V2::AssistQueryParameters Parameter
- value (::Google::Cloud::Dialogflow::V2::AssistQueryParameters) — Parameters for a human assist query.
Returns
- (::Google::Cloud::Dialogflow::V2::AssistQueryParameters) — Parameters for a human assist query.
#event_input
def event_input() -> ::Google::Cloud::Dialogflow::V2::EventInput Returns
- (::Google::Cloud::Dialogflow::V2::EventInput) — An input event to send to Dialogflow.
#event_input=
def event_input=(value) -> ::Google::Cloud::Dialogflow::V2::EventInput Parameter
- value (::Google::Cloud::Dialogflow::V2::EventInput) — An input event to send to Dialogflow.
Returns
- (::Google::Cloud::Dialogflow::V2::EventInput) — An input event to send to Dialogflow.
#participant
def participant() -> ::String Returns
- (::String) — Required. The name of the participant this text comes from. Format:
projects/<Project ID>/locations/<Location ID>/conversations/<Conversation ID>/participants/<Participant ID>.
#participant=
def participant=(value) -> ::String Parameter
- value (::String) — Required. The name of the participant this text comes from. Format:
projects/<Project ID>/locations/<Location ID>/conversations/<Conversation ID>/participants/<Participant ID>.
Returns
- (::String) — Required. The name of the participant this text comes from. Format:
projects/<Project ID>/locations/<Location ID>/conversations/<Conversation ID>/participants/<Participant ID>.
#query_params
def query_params() -> ::Google::Cloud::Dialogflow::V2::QueryParameters Returns
- (::Google::Cloud::Dialogflow::V2::QueryParameters) — Parameters for a Dialogflow virtual-agent query.
#query_params=
def query_params=(value) -> ::Google::Cloud::Dialogflow::V2::QueryParameters Parameter
- value (::Google::Cloud::Dialogflow::V2::QueryParameters) — Parameters for a Dialogflow virtual-agent query.
Returns
- (::Google::Cloud::Dialogflow::V2::QueryParameters) — Parameters for a Dialogflow virtual-agent query.
#reply_audio_config
def reply_audio_config() -> ::Google::Cloud::Dialogflow::V2::OutputAudioConfig Returns
- (::Google::Cloud::Dialogflow::V2::OutputAudioConfig) — Speech synthesis configuration. The speech synthesis settings for a virtual agent that may be configured for the associated conversation profile are not used when calling AnalyzeContent. If this configuration is not supplied, speech synthesis is disabled.
#reply_audio_config=
def reply_audio_config=(value) -> ::Google::Cloud::Dialogflow::V2::OutputAudioConfig Parameter
- value (::Google::Cloud::Dialogflow::V2::OutputAudioConfig) — Speech synthesis configuration. The speech synthesis settings for a virtual agent that may be configured for the associated conversation profile are not used when calling AnalyzeContent. If this configuration is not supplied, speech synthesis is disabled.
Returns
- (::Google::Cloud::Dialogflow::V2::OutputAudioConfig) — Speech synthesis configuration. The speech synthesis settings for a virtual agent that may be configured for the associated conversation profile are not used when calling AnalyzeContent. If this configuration is not supplied, speech synthesis is disabled.
#request_id
def request_id() -> ::String Returns
- (::String) — A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This request is only idempotent if a
request_idis provided.
#request_id=
def request_id=(value) -> ::String Parameter
- value (::String) — A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This request is only idempotent if a
request_idis provided.
Returns
- (::String) — A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This request is only idempotent if a
request_idis provided.
#text_input
def text_input() -> ::Google::Cloud::Dialogflow::V2::TextInput Returns
- (::Google::Cloud::Dialogflow::V2::TextInput) — The natural language text to be processed.
#text_input=
def text_input=(value) -> ::Google::Cloud::Dialogflow::V2::TextInput Parameter
- value (::Google::Cloud::Dialogflow::V2::TextInput) — The natural language text to be processed.
Returns
- (::Google::Cloud::Dialogflow::V2::TextInput) — The natural language text to be processed.