public interface AnalyzeContentRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
AssistQueryParameters |
getAssistQueryParams()
Parameters for a human assist query.
|
AssistQueryParametersOrBuilder |
getAssistQueryParamsOrBuilder()
Parameters for a human assist query.
|
Struct |
getCxParameters()
Additional parameters to be put into Dialogflow CX session parameters.
|
StructOrBuilder |
getCxParametersOrBuilder()
Additional parameters to be put into Dialogflow CX session parameters.
|
EventInput |
getEventInput()
An input event to send to Dialogflow.
|
EventInputOrBuilder |
getEventInputOrBuilder()
An input event to send to Dialogflow.
|
AnalyzeContentRequest.InputCase |
getInputCase() |
String |
getParticipant()
Required.
|
ByteString |
getParticipantBytes()
Required.
|
QueryParameters |
getQueryParams()
Parameters for a Dialogflow virtual-agent query.
|
QueryParametersOrBuilder |
getQueryParamsOrBuilder()
Parameters for a Dialogflow virtual-agent query.
|
OutputAudioConfig |
getReplyAudioConfig()
Speech synthesis configuration.
|
OutputAudioConfigOrBuilder |
getReplyAudioConfigOrBuilder()
Speech synthesis configuration.
|
String |
getRequestId()
A unique identifier for this request.
|
ByteString |
getRequestIdBytes()
A unique identifier for this request.
|
TextInput |
getTextInput()
The natural language text to be processed.
|
TextInputOrBuilder |
getTextInputOrBuilder()
The natural language text to be processed.
|
boolean |
hasAssistQueryParams()
Parameters for a human assist query.
|
boolean |
hasCxParameters()
Additional parameters to be put into Dialogflow CX session parameters.
|
boolean |
hasEventInput()
An input event to send to Dialogflow.
|
boolean |
hasQueryParams()
Parameters for a Dialogflow virtual-agent query.
|
boolean |
hasReplyAudioConfig()
Speech synthesis configuration.
|
boolean |
hasTextInput()
The natural language text to be processed.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getParticipant()
Required. The name of the participant this text comes from. Format: `projects/<Project ID>/locations/<Location ID>/conversations/<Conversation ID>/participants/<Participant ID>`.
string participant = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
ByteString getParticipantBytes()
Required. The name of the participant this text comes from. Format: `projects/<Project ID>/locations/<Location ID>/conversations/<Conversation ID>/participants/<Participant ID>`.
string participant = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasTextInput()
The natural language text to be processed.
.google.cloud.dialogflow.v2.TextInput text_input = 6;
TextInput getTextInput()
The natural language text to be processed.
.google.cloud.dialogflow.v2.TextInput text_input = 6;
TextInputOrBuilder getTextInputOrBuilder()
The natural language text to be processed.
.google.cloud.dialogflow.v2.TextInput text_input = 6;
boolean hasEventInput()
An input event to send to Dialogflow.
.google.cloud.dialogflow.v2.EventInput event_input = 8;
EventInput getEventInput()
An input event to send to Dialogflow.
.google.cloud.dialogflow.v2.EventInput event_input = 8;
EventInputOrBuilder getEventInputOrBuilder()
An input event to send to Dialogflow.
.google.cloud.dialogflow.v2.EventInput event_input = 8;
boolean hasReplyAudioConfig()
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.
.google.cloud.dialogflow.v2.OutputAudioConfig reply_audio_config = 5;
OutputAudioConfig getReplyAudioConfig()
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.
.google.cloud.dialogflow.v2.OutputAudioConfig reply_audio_config = 5;
OutputAudioConfigOrBuilder getReplyAudioConfigOrBuilder()
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.
.google.cloud.dialogflow.v2.OutputAudioConfig reply_audio_config = 5;
boolean hasQueryParams()
Parameters for a Dialogflow virtual-agent query.
.google.cloud.dialogflow.v2.QueryParameters query_params = 9;
QueryParameters getQueryParams()
Parameters for a Dialogflow virtual-agent query.
.google.cloud.dialogflow.v2.QueryParameters query_params = 9;
QueryParametersOrBuilder getQueryParamsOrBuilder()
Parameters for a Dialogflow virtual-agent query.
.google.cloud.dialogflow.v2.QueryParameters query_params = 9;
boolean hasAssistQueryParams()
Parameters for a human assist query.
.google.cloud.dialogflow.v2.AssistQueryParameters assist_query_params = 14;
AssistQueryParameters getAssistQueryParams()
Parameters for a human assist query.
.google.cloud.dialogflow.v2.AssistQueryParameters assist_query_params = 14;
AssistQueryParametersOrBuilder getAssistQueryParamsOrBuilder()
Parameters for a human assist query.
.google.cloud.dialogflow.v2.AssistQueryParameters assist_query_params = 14;
boolean hasCxParameters()
Additional parameters to be put into Dialogflow CX session parameters. To remove a parameter from the session, clients should explicitly set the parameter value to null. Note: this field should only be used if you are connecting to a Dialogflow CX agent.
.google.protobuf.Struct cx_parameters = 18;
Struct getCxParameters()
Additional parameters to be put into Dialogflow CX session parameters. To remove a parameter from the session, clients should explicitly set the parameter value to null. Note: this field should only be used if you are connecting to a Dialogflow CX agent.
.google.protobuf.Struct cx_parameters = 18;
StructOrBuilder getCxParametersOrBuilder()
Additional parameters to be put into Dialogflow CX session parameters. To remove a parameter from the session, clients should explicitly set the parameter value to null. Note: this field should only be used if you are connecting to a Dialogflow CX agent.
.google.protobuf.Struct cx_parameters = 18;
String getRequestId()
A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This request is only idempotent if a `request_id` is provided.
string request_id = 11;
ByteString getRequestIdBytes()
A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This request is only idempotent if a `request_id` is provided.
string request_id = 11;
AnalyzeContentRequest.InputCase getInputCase()
Copyright © 2022 Google LLC. All rights reserved.