public interface AnalyzeContentRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAssistQueryParams()
public abstract AssistQueryParameters getAssistQueryParams()Parameters for a human assist query.
.google.cloud.dialogflow.v2.AssistQueryParameters assist_query_params = 14;
| Type | Description |
| AssistQueryParameters | The assistQueryParams. |
getAssistQueryParamsOrBuilder()
public abstract AssistQueryParametersOrBuilder getAssistQueryParamsOrBuilder()Parameters for a human assist query.
.google.cloud.dialogflow.v2.AssistQueryParameters assist_query_params = 14;
| Type | Description |
| AssistQueryParametersOrBuilder |
getEventInput()
public abstract EventInput getEventInput()An input event to send to Dialogflow.
.google.cloud.dialogflow.v2.EventInput event_input = 8;
| Type | Description |
| EventInput | The eventInput. |
getEventInputOrBuilder()
public abstract EventInputOrBuilder getEventInputOrBuilder()An input event to send to Dialogflow.
.google.cloud.dialogflow.v2.EventInput event_input = 8;
| Type | Description |
| EventInputOrBuilder |
getInputCase()
public abstract AnalyzeContentRequest.InputCase getInputCase()| Type | Description |
| AnalyzeContentRequest.InputCase |
getParticipant()
public abstract 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) = { ... }
| Type | Description |
| String | The participant. |
getParticipantBytes()
public abstract 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) = { ... }
| Type | Description |
| ByteString | The bytes for participant. |
getQueryParams()
public abstract QueryParameters getQueryParams()Parameters for a Dialogflow virtual-agent query.
.google.cloud.dialogflow.v2.QueryParameters query_params = 9;
| Type | Description |
| QueryParameters | The queryParams. |
getQueryParamsOrBuilder()
public abstract QueryParametersOrBuilder getQueryParamsOrBuilder()Parameters for a Dialogflow virtual-agent query.
.google.cloud.dialogflow.v2.QueryParameters query_params = 9;
| Type | Description |
| QueryParametersOrBuilder |
getReplyAudioConfig()
public abstract 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;
| Type | Description |
| OutputAudioConfig | The replyAudioConfig. |
getReplyAudioConfigOrBuilder()
public abstract 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;
| Type | Description |
| OutputAudioConfigOrBuilder |
getRequestId()
public abstract 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;
| Type | Description |
| String | The requestId. |
getRequestIdBytes()
public abstract 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;
| Type | Description |
| ByteString | The bytes for requestId. |
getTextInput()
public abstract TextInput getTextInput()The natural language text to be processed.
.google.cloud.dialogflow.v2.TextInput text_input = 6;
| Type | Description |
| TextInput | The textInput. |
getTextInputOrBuilder()
public abstract TextInputOrBuilder getTextInputOrBuilder()The natural language text to be processed.
.google.cloud.dialogflow.v2.TextInput text_input = 6;
| Type | Description |
| TextInputOrBuilder |
hasAssistQueryParams()
public abstract boolean hasAssistQueryParams()Parameters for a human assist query.
.google.cloud.dialogflow.v2.AssistQueryParameters assist_query_params = 14;
| Type | Description |
| boolean | Whether the assistQueryParams field is set. |
hasEventInput()
public abstract boolean hasEventInput()An input event to send to Dialogflow.
.google.cloud.dialogflow.v2.EventInput event_input = 8;
| Type | Description |
| boolean | Whether the eventInput field is set. |
hasQueryParams()
public abstract boolean hasQueryParams()Parameters for a Dialogflow virtual-agent query.
.google.cloud.dialogflow.v2.QueryParameters query_params = 9;
| Type | Description |
| boolean | Whether the queryParams field is set. |
hasReplyAudioConfig()
public abstract 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;
| Type | Description |
| boolean | Whether the replyAudioConfig field is set. |
hasTextInput()
public abstract boolean hasTextInput()The natural language text to be processed.
.google.cloud.dialogflow.v2.TextInput text_input = 6;
| Type | Description |
| boolean | Whether the textInput field is set. |