public static final class AnalyzeContentRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<AnalyzeContentRequest.Builder> implements AnalyzeContentRequestOrBuilder
The request message for [Participants.AnalyzeContent][google.cloud.dialogflow.v2beta1.Participants.AnalyzeContent].Protobuf type
google.cloud.dialogflow.v2beta1.AnalyzeContentRequest| Modifier and Type | Method and Description |
|---|---|
AnalyzeContentRequest.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
AnalyzeContentRequest |
build() |
AnalyzeContentRequest |
buildPartial() |
AnalyzeContentRequest.Builder |
clear() |
AnalyzeContentRequest.Builder |
clearAssistQueryParams()
Parameters for a human assist query.
|
AnalyzeContentRequest.Builder |
clearAudioInput()
The natural language speech audio to be processed.
|
AnalyzeContentRequest.Builder |
clearCxCurrentPage()
The unique identifier of the CX page to override the `current_page` in the
session.
|
AnalyzeContentRequest.Builder |
clearCxParameters()
Additional parameters to be put into Dialogflow CX session parameters.
|
AnalyzeContentRequest.Builder |
clearEventInput()
An input event to send to Dialogflow.
|
AnalyzeContentRequest.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
AnalyzeContentRequest.Builder |
clearInput() |
AnalyzeContentRequest.Builder |
clearMessageSendTime()
Optional.
|
AnalyzeContentRequest.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
AnalyzeContentRequest.Builder |
clearParticipant()
Required.
|
AnalyzeContentRequest.Builder |
clearQueryParams()
Parameters for a Dialogflow virtual-agent query.
|
AnalyzeContentRequest.Builder |
clearReplyAudioConfig()
Speech synthesis configuration.
|
AnalyzeContentRequest.Builder |
clearRequestId()
A unique identifier for this request.
|
AnalyzeContentRequest.Builder |
clearTextInput()
The natural language text to be processed.
|
AnalyzeContentRequest.Builder |
clone() |
AssistQueryParameters |
getAssistQueryParams()
Parameters for a human assist query.
|
AssistQueryParameters.Builder |
getAssistQueryParamsBuilder()
Parameters for a human assist query.
|
AssistQueryParametersOrBuilder |
getAssistQueryParamsOrBuilder()
Parameters for a human assist query.
|
AudioInput |
getAudioInput()
The natural language speech audio to be processed.
|
AudioInput.Builder |
getAudioInputBuilder()
The natural language speech audio to be processed.
|
AudioInputOrBuilder |
getAudioInputOrBuilder()
The natural language speech audio to be processed.
|
String |
getCxCurrentPage()
The unique identifier of the CX page to override the `current_page` in the
session.
|
com.google.protobuf.ByteString |
getCxCurrentPageBytes()
The unique identifier of the CX page to override the `current_page` in the
session.
|
com.google.protobuf.Struct |
getCxParameters()
Additional parameters to be put into Dialogflow CX session parameters.
|
com.google.protobuf.Struct.Builder |
getCxParametersBuilder()
Additional parameters to be put into Dialogflow CX session parameters.
|
com.google.protobuf.StructOrBuilder |
getCxParametersOrBuilder()
Additional parameters to be put into Dialogflow CX session parameters.
|
AnalyzeContentRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
EventInput |
getEventInput()
An input event to send to Dialogflow.
|
EventInput.Builder |
getEventInputBuilder()
An input event to send to Dialogflow.
|
EventInputOrBuilder |
getEventInputOrBuilder()
An input event to send to Dialogflow.
|
AnalyzeContentRequest.InputCase |
getInputCase() |
com.google.protobuf.Timestamp |
getMessageSendTime()
Optional.
|
com.google.protobuf.Timestamp.Builder |
getMessageSendTimeBuilder()
Optional.
|
com.google.protobuf.TimestampOrBuilder |
getMessageSendTimeOrBuilder()
Optional.
|
String |
getParticipant()
Required.
|
com.google.protobuf.ByteString |
getParticipantBytes()
Required.
|
QueryParameters |
getQueryParams()
Parameters for a Dialogflow virtual-agent query.
|
QueryParameters.Builder |
getQueryParamsBuilder()
Parameters for a Dialogflow virtual-agent query.
|
QueryParametersOrBuilder |
getQueryParamsOrBuilder()
Parameters for a Dialogflow virtual-agent query.
|
OutputAudioConfig |
getReplyAudioConfig()
Speech synthesis configuration.
|
OutputAudioConfig.Builder |
getReplyAudioConfigBuilder()
Speech synthesis configuration.
|
OutputAudioConfigOrBuilder |
getReplyAudioConfigOrBuilder()
Speech synthesis configuration.
|
String |
getRequestId()
A unique identifier for this request.
|
com.google.protobuf.ByteString |
getRequestIdBytes()
A unique identifier for this request.
|
TextInput |
getTextInput()
The natural language text to be processed.
|
TextInput.Builder |
getTextInputBuilder()
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 |
hasAudioInput()
The natural language speech audio to be processed.
|
boolean |
hasCxParameters()
Additional parameters to be put into Dialogflow CX session parameters.
|
boolean |
hasEventInput()
An input event to send to Dialogflow.
|
boolean |
hasMessageSendTime()
Optional.
|
boolean |
hasQueryParams()
Parameters for a Dialogflow virtual-agent query.
|
boolean |
hasReplyAudioConfig()
Speech synthesis configuration.
|
boolean |
hasTextInput()
The natural language text to be processed.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
AnalyzeContentRequest.Builder |
mergeAssistQueryParams(AssistQueryParameters value)
Parameters for a human assist query.
|
AnalyzeContentRequest.Builder |
mergeAudioInput(AudioInput value)
The natural language speech audio to be processed.
|
AnalyzeContentRequest.Builder |
mergeCxParameters(com.google.protobuf.Struct value)
Additional parameters to be put into Dialogflow CX session parameters.
|
AnalyzeContentRequest.Builder |
mergeEventInput(EventInput value)
An input event to send to Dialogflow.
|
AnalyzeContentRequest.Builder |
mergeFrom(AnalyzeContentRequest other) |
AnalyzeContentRequest.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
AnalyzeContentRequest.Builder |
mergeFrom(com.google.protobuf.Message other) |
AnalyzeContentRequest.Builder |
mergeMessageSendTime(com.google.protobuf.Timestamp value)
Optional.
|
AnalyzeContentRequest.Builder |
mergeQueryParams(QueryParameters value)
Parameters for a Dialogflow virtual-agent query.
|
AnalyzeContentRequest.Builder |
mergeReplyAudioConfig(OutputAudioConfig value)
Speech synthesis configuration.
|
AnalyzeContentRequest.Builder |
mergeTextInput(TextInput value)
The natural language text to be processed.
|
AnalyzeContentRequest.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
AnalyzeContentRequest.Builder |
setAssistQueryParams(AssistQueryParameters.Builder builderForValue)
Parameters for a human assist query.
|
AnalyzeContentRequest.Builder |
setAssistQueryParams(AssistQueryParameters value)
Parameters for a human assist query.
|
AnalyzeContentRequest.Builder |
setAudioInput(AudioInput.Builder builderForValue)
The natural language speech audio to be processed.
|
AnalyzeContentRequest.Builder |
setAudioInput(AudioInput value)
The natural language speech audio to be processed.
|
AnalyzeContentRequest.Builder |
setCxCurrentPage(String value)
The unique identifier of the CX page to override the `current_page` in the
session.
|
AnalyzeContentRequest.Builder |
setCxCurrentPageBytes(com.google.protobuf.ByteString value)
The unique identifier of the CX page to override the `current_page` in the
session.
|
AnalyzeContentRequest.Builder |
setCxParameters(com.google.protobuf.Struct.Builder builderForValue)
Additional parameters to be put into Dialogflow CX session parameters.
|
AnalyzeContentRequest.Builder |
setCxParameters(com.google.protobuf.Struct value)
Additional parameters to be put into Dialogflow CX session parameters.
|
AnalyzeContentRequest.Builder |
setEventInput(EventInput.Builder builderForValue)
An input event to send to Dialogflow.
|
AnalyzeContentRequest.Builder |
setEventInput(EventInput value)
An input event to send to Dialogflow.
|
AnalyzeContentRequest.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
AnalyzeContentRequest.Builder |
setMessageSendTime(com.google.protobuf.Timestamp.Builder builderForValue)
Optional.
|
AnalyzeContentRequest.Builder |
setMessageSendTime(com.google.protobuf.Timestamp value)
Optional.
|
AnalyzeContentRequest.Builder |
setParticipant(String value)
Required.
|
AnalyzeContentRequest.Builder |
setParticipantBytes(com.google.protobuf.ByteString value)
Required.
|
AnalyzeContentRequest.Builder |
setQueryParams(QueryParameters.Builder builderForValue)
Parameters for a Dialogflow virtual-agent query.
|
AnalyzeContentRequest.Builder |
setQueryParams(QueryParameters value)
Parameters for a Dialogflow virtual-agent query.
|
AnalyzeContentRequest.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
AnalyzeContentRequest.Builder |
setReplyAudioConfig(OutputAudioConfig.Builder builderForValue)
Speech synthesis configuration.
|
AnalyzeContentRequest.Builder |
setReplyAudioConfig(OutputAudioConfig value)
Speech synthesis configuration.
|
AnalyzeContentRequest.Builder |
setRequestId(String value)
A unique identifier for this request.
|
AnalyzeContentRequest.Builder |
setRequestIdBytes(com.google.protobuf.ByteString value)
A unique identifier for this request.
|
AnalyzeContentRequest.Builder |
setTextInput(TextInput.Builder builderForValue)
The natural language text to be processed.
|
AnalyzeContentRequest.Builder |
setTextInput(TextInput value)
The natural language text to be processed.
|
AnalyzeContentRequest.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<AnalyzeContentRequest.Builder>public AnalyzeContentRequest.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<AnalyzeContentRequest.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<AnalyzeContentRequest.Builder>public AnalyzeContentRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic AnalyzeContentRequest build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic AnalyzeContentRequest buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic AnalyzeContentRequest.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<AnalyzeContentRequest.Builder>public AnalyzeContentRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<AnalyzeContentRequest.Builder>public AnalyzeContentRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<AnalyzeContentRequest.Builder>public AnalyzeContentRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<AnalyzeContentRequest.Builder>public AnalyzeContentRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<AnalyzeContentRequest.Builder>public AnalyzeContentRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<AnalyzeContentRequest.Builder>public AnalyzeContentRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<AnalyzeContentRequest.Builder>public AnalyzeContentRequest.Builder mergeFrom(AnalyzeContentRequest other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<AnalyzeContentRequest.Builder>public AnalyzeContentRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<AnalyzeContentRequest.Builder>IOExceptionpublic AnalyzeContentRequest.InputCase getInputCase()
getInputCase in interface AnalyzeContentRequestOrBuilderpublic AnalyzeContentRequest.Builder clearInput()
public 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) = { ... }
getParticipant in interface AnalyzeContentRequestOrBuilderpublic com.google.protobuf.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) = { ... }
getParticipantBytes in interface AnalyzeContentRequestOrBuilderpublic AnalyzeContentRequest.Builder setParticipant(String value)
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) = { ... }
value - The participant to set.public AnalyzeContentRequest.Builder clearParticipant()
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) = { ... }
public AnalyzeContentRequest.Builder setParticipantBytes(com.google.protobuf.ByteString value)
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) = { ... }
value - The bytes for participant to set.public boolean hasTextInput()
The natural language text to be processed.
.google.cloud.dialogflow.v2beta1.TextInput text_input = 6;hasTextInput in interface AnalyzeContentRequestOrBuilderpublic TextInput getTextInput()
The natural language text to be processed.
.google.cloud.dialogflow.v2beta1.TextInput text_input = 6;getTextInput in interface AnalyzeContentRequestOrBuilderpublic AnalyzeContentRequest.Builder setTextInput(TextInput value)
The natural language text to be processed.
.google.cloud.dialogflow.v2beta1.TextInput text_input = 6;public AnalyzeContentRequest.Builder setTextInput(TextInput.Builder builderForValue)
The natural language text to be processed.
.google.cloud.dialogflow.v2beta1.TextInput text_input = 6;public AnalyzeContentRequest.Builder mergeTextInput(TextInput value)
The natural language text to be processed.
.google.cloud.dialogflow.v2beta1.TextInput text_input = 6;public AnalyzeContentRequest.Builder clearTextInput()
The natural language text to be processed.
.google.cloud.dialogflow.v2beta1.TextInput text_input = 6;public TextInput.Builder getTextInputBuilder()
The natural language text to be processed.
.google.cloud.dialogflow.v2beta1.TextInput text_input = 6;public TextInputOrBuilder getTextInputOrBuilder()
The natural language text to be processed.
.google.cloud.dialogflow.v2beta1.TextInput text_input = 6;getTextInputOrBuilder in interface AnalyzeContentRequestOrBuilderpublic boolean hasAudioInput()
The natural language speech audio to be processed.
.google.cloud.dialogflow.v2beta1.AudioInput audio_input = 7;hasAudioInput in interface AnalyzeContentRequestOrBuilderpublic AudioInput getAudioInput()
The natural language speech audio to be processed.
.google.cloud.dialogflow.v2beta1.AudioInput audio_input = 7;getAudioInput in interface AnalyzeContentRequestOrBuilderpublic AnalyzeContentRequest.Builder setAudioInput(AudioInput value)
The natural language speech audio to be processed.
.google.cloud.dialogflow.v2beta1.AudioInput audio_input = 7;public AnalyzeContentRequest.Builder setAudioInput(AudioInput.Builder builderForValue)
The natural language speech audio to be processed.
.google.cloud.dialogflow.v2beta1.AudioInput audio_input = 7;public AnalyzeContentRequest.Builder mergeAudioInput(AudioInput value)
The natural language speech audio to be processed.
.google.cloud.dialogflow.v2beta1.AudioInput audio_input = 7;public AnalyzeContentRequest.Builder clearAudioInput()
The natural language speech audio to be processed.
.google.cloud.dialogflow.v2beta1.AudioInput audio_input = 7;public AudioInput.Builder getAudioInputBuilder()
The natural language speech audio to be processed.
.google.cloud.dialogflow.v2beta1.AudioInput audio_input = 7;public AudioInputOrBuilder getAudioInputOrBuilder()
The natural language speech audio to be processed.
.google.cloud.dialogflow.v2beta1.AudioInput audio_input = 7;getAudioInputOrBuilder in interface AnalyzeContentRequestOrBuilderpublic boolean hasEventInput()
An input event to send to Dialogflow.
.google.cloud.dialogflow.v2beta1.EventInput event_input = 8;hasEventInput in interface AnalyzeContentRequestOrBuilderpublic EventInput getEventInput()
An input event to send to Dialogflow.
.google.cloud.dialogflow.v2beta1.EventInput event_input = 8;getEventInput in interface AnalyzeContentRequestOrBuilderpublic AnalyzeContentRequest.Builder setEventInput(EventInput value)
An input event to send to Dialogflow.
.google.cloud.dialogflow.v2beta1.EventInput event_input = 8;public AnalyzeContentRequest.Builder setEventInput(EventInput.Builder builderForValue)
An input event to send to Dialogflow.
.google.cloud.dialogflow.v2beta1.EventInput event_input = 8;public AnalyzeContentRequest.Builder mergeEventInput(EventInput value)
An input event to send to Dialogflow.
.google.cloud.dialogflow.v2beta1.EventInput event_input = 8;public AnalyzeContentRequest.Builder clearEventInput()
An input event to send to Dialogflow.
.google.cloud.dialogflow.v2beta1.EventInput event_input = 8;public EventInput.Builder getEventInputBuilder()
An input event to send to Dialogflow.
.google.cloud.dialogflow.v2beta1.EventInput event_input = 8;public EventInputOrBuilder getEventInputOrBuilder()
An input event to send to Dialogflow.
.google.cloud.dialogflow.v2beta1.EventInput event_input = 8;getEventInputOrBuilder in interface AnalyzeContentRequestOrBuilderpublic 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.v2beta1.OutputAudioConfig reply_audio_config = 5;hasReplyAudioConfig in interface AnalyzeContentRequestOrBuilderpublic 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.v2beta1.OutputAudioConfig reply_audio_config = 5;getReplyAudioConfig in interface AnalyzeContentRequestOrBuilderpublic AnalyzeContentRequest.Builder setReplyAudioConfig(OutputAudioConfig value)
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.v2beta1.OutputAudioConfig reply_audio_config = 5;public AnalyzeContentRequest.Builder setReplyAudioConfig(OutputAudioConfig.Builder builderForValue)
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.v2beta1.OutputAudioConfig reply_audio_config = 5;public AnalyzeContentRequest.Builder mergeReplyAudioConfig(OutputAudioConfig value)
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.v2beta1.OutputAudioConfig reply_audio_config = 5;public AnalyzeContentRequest.Builder clearReplyAudioConfig()
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.v2beta1.OutputAudioConfig reply_audio_config = 5;public OutputAudioConfig.Builder getReplyAudioConfigBuilder()
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.v2beta1.OutputAudioConfig reply_audio_config = 5;public 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.v2beta1.OutputAudioConfig reply_audio_config = 5;getReplyAudioConfigOrBuilder in interface AnalyzeContentRequestOrBuilderpublic boolean hasQueryParams()
Parameters for a Dialogflow virtual-agent query.
.google.cloud.dialogflow.v2beta1.QueryParameters query_params = 9;hasQueryParams in interface AnalyzeContentRequestOrBuilderpublic QueryParameters getQueryParams()
Parameters for a Dialogflow virtual-agent query.
.google.cloud.dialogflow.v2beta1.QueryParameters query_params = 9;getQueryParams in interface AnalyzeContentRequestOrBuilderpublic AnalyzeContentRequest.Builder setQueryParams(QueryParameters value)
Parameters for a Dialogflow virtual-agent query.
.google.cloud.dialogflow.v2beta1.QueryParameters query_params = 9;public AnalyzeContentRequest.Builder setQueryParams(QueryParameters.Builder builderForValue)
Parameters for a Dialogflow virtual-agent query.
.google.cloud.dialogflow.v2beta1.QueryParameters query_params = 9;public AnalyzeContentRequest.Builder mergeQueryParams(QueryParameters value)
Parameters for a Dialogflow virtual-agent query.
.google.cloud.dialogflow.v2beta1.QueryParameters query_params = 9;public AnalyzeContentRequest.Builder clearQueryParams()
Parameters for a Dialogflow virtual-agent query.
.google.cloud.dialogflow.v2beta1.QueryParameters query_params = 9;public QueryParameters.Builder getQueryParamsBuilder()
Parameters for a Dialogflow virtual-agent query.
.google.cloud.dialogflow.v2beta1.QueryParameters query_params = 9;public QueryParametersOrBuilder getQueryParamsOrBuilder()
Parameters for a Dialogflow virtual-agent query.
.google.cloud.dialogflow.v2beta1.QueryParameters query_params = 9;getQueryParamsOrBuilder in interface AnalyzeContentRequestOrBuilderpublic boolean hasAssistQueryParams()
Parameters for a human assist query.
.google.cloud.dialogflow.v2beta1.AssistQueryParameters assist_query_params = 14;hasAssistQueryParams in interface AnalyzeContentRequestOrBuilderpublic AssistQueryParameters getAssistQueryParams()
Parameters for a human assist query.
.google.cloud.dialogflow.v2beta1.AssistQueryParameters assist_query_params = 14;getAssistQueryParams in interface AnalyzeContentRequestOrBuilderpublic AnalyzeContentRequest.Builder setAssistQueryParams(AssistQueryParameters value)
Parameters for a human assist query.
.google.cloud.dialogflow.v2beta1.AssistQueryParameters assist_query_params = 14;public AnalyzeContentRequest.Builder setAssistQueryParams(AssistQueryParameters.Builder builderForValue)
Parameters for a human assist query.
.google.cloud.dialogflow.v2beta1.AssistQueryParameters assist_query_params = 14;public AnalyzeContentRequest.Builder mergeAssistQueryParams(AssistQueryParameters value)
Parameters for a human assist query.
.google.cloud.dialogflow.v2beta1.AssistQueryParameters assist_query_params = 14;public AnalyzeContentRequest.Builder clearAssistQueryParams()
Parameters for a human assist query.
.google.cloud.dialogflow.v2beta1.AssistQueryParameters assist_query_params = 14;public AssistQueryParameters.Builder getAssistQueryParamsBuilder()
Parameters for a human assist query.
.google.cloud.dialogflow.v2beta1.AssistQueryParameters assist_query_params = 14;public AssistQueryParametersOrBuilder getAssistQueryParamsOrBuilder()
Parameters for a human assist query.
.google.cloud.dialogflow.v2beta1.AssistQueryParameters assist_query_params = 14;getAssistQueryParamsOrBuilder in interface AnalyzeContentRequestOrBuilderpublic 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;hasCxParameters in interface AnalyzeContentRequestOrBuilderpublic com.google.protobuf.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;getCxParameters in interface AnalyzeContentRequestOrBuilderpublic AnalyzeContentRequest.Builder setCxParameters(com.google.protobuf.Struct value)
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;public AnalyzeContentRequest.Builder setCxParameters(com.google.protobuf.Struct.Builder builderForValue)
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;public AnalyzeContentRequest.Builder mergeCxParameters(com.google.protobuf.Struct value)
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;public AnalyzeContentRequest.Builder clearCxParameters()
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;public com.google.protobuf.Struct.Builder getCxParametersBuilder()
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;public com.google.protobuf.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;getCxParametersOrBuilder in interface AnalyzeContentRequestOrBuilderpublic String getCxCurrentPage()
The unique identifier of the CX page to override the `current_page` in the session. Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>/pages/<Page ID>`. If `cx_current_page` is specified, the previous state of the session will be ignored by Dialogflow CX, including the [previous page][QueryResult.current_page] and the [previous session parameters][QueryResult.parameters]. In most cases, `cx_current_page` and `cx_parameters` should be configured together to direct a session to a specific state. Note: this field should only be used if you are connecting to a Dialogflow CX agent.
string cx_current_page = 20;getCxCurrentPage in interface AnalyzeContentRequestOrBuilderpublic com.google.protobuf.ByteString getCxCurrentPageBytes()
The unique identifier of the CX page to override the `current_page` in the session. Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>/pages/<Page ID>`. If `cx_current_page` is specified, the previous state of the session will be ignored by Dialogflow CX, including the [previous page][QueryResult.current_page] and the [previous session parameters][QueryResult.parameters]. In most cases, `cx_current_page` and `cx_parameters` should be configured together to direct a session to a specific state. Note: this field should only be used if you are connecting to a Dialogflow CX agent.
string cx_current_page = 20;getCxCurrentPageBytes in interface AnalyzeContentRequestOrBuilderpublic AnalyzeContentRequest.Builder setCxCurrentPage(String value)
The unique identifier of the CX page to override the `current_page` in the session. Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>/pages/<Page ID>`. If `cx_current_page` is specified, the previous state of the session will be ignored by Dialogflow CX, including the [previous page][QueryResult.current_page] and the [previous session parameters][QueryResult.parameters]. In most cases, `cx_current_page` and `cx_parameters` should be configured together to direct a session to a specific state. Note: this field should only be used if you are connecting to a Dialogflow CX agent.
string cx_current_page = 20;value - The cxCurrentPage to set.public AnalyzeContentRequest.Builder clearCxCurrentPage()
The unique identifier of the CX page to override the `current_page` in the session. Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>/pages/<Page ID>`. If `cx_current_page` is specified, the previous state of the session will be ignored by Dialogflow CX, including the [previous page][QueryResult.current_page] and the [previous session parameters][QueryResult.parameters]. In most cases, `cx_current_page` and `cx_parameters` should be configured together to direct a session to a specific state. Note: this field should only be used if you are connecting to a Dialogflow CX agent.
string cx_current_page = 20;public AnalyzeContentRequest.Builder setCxCurrentPageBytes(com.google.protobuf.ByteString value)
The unique identifier of the CX page to override the `current_page` in the session. Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>/pages/<Page ID>`. If `cx_current_page` is specified, the previous state of the session will be ignored by Dialogflow CX, including the [previous page][QueryResult.current_page] and the [previous session parameters][QueryResult.parameters]. In most cases, `cx_current_page` and `cx_parameters` should be configured together to direct a session to a specific state. Note: this field should only be used if you are connecting to a Dialogflow CX agent.
string cx_current_page = 20;value - The bytes for cxCurrentPage to set.public boolean hasMessageSendTime()
Optional. The send time of the message from end user or human agent's perspective. It is used for identifying the same message under one participant. Given two messages under the same participant: - If send time are different regardless of whether the content of the messages are exactly the same, the conversation will regard them as two distinct messages sent by the participant. - If send time is the same regardless of whether the content of the messages are exactly the same, the conversation will regard them as same message, and ignore the message received later. If the value is not provided, a new request will always be regarded as a new message without any de-duplication.
.google.protobuf.Timestamp message_send_time = 10;hasMessageSendTime in interface AnalyzeContentRequestOrBuilderpublic com.google.protobuf.Timestamp getMessageSendTime()
Optional. The send time of the message from end user or human agent's perspective. It is used for identifying the same message under one participant. Given two messages under the same participant: - If send time are different regardless of whether the content of the messages are exactly the same, the conversation will regard them as two distinct messages sent by the participant. - If send time is the same regardless of whether the content of the messages are exactly the same, the conversation will regard them as same message, and ignore the message received later. If the value is not provided, a new request will always be regarded as a new message without any de-duplication.
.google.protobuf.Timestamp message_send_time = 10;getMessageSendTime in interface AnalyzeContentRequestOrBuilderpublic AnalyzeContentRequest.Builder setMessageSendTime(com.google.protobuf.Timestamp value)
Optional. The send time of the message from end user or human agent's perspective. It is used for identifying the same message under one participant. Given two messages under the same participant: - If send time are different regardless of whether the content of the messages are exactly the same, the conversation will regard them as two distinct messages sent by the participant. - If send time is the same regardless of whether the content of the messages are exactly the same, the conversation will regard them as same message, and ignore the message received later. If the value is not provided, a new request will always be regarded as a new message without any de-duplication.
.google.protobuf.Timestamp message_send_time = 10;public AnalyzeContentRequest.Builder setMessageSendTime(com.google.protobuf.Timestamp.Builder builderForValue)
Optional. The send time of the message from end user or human agent's perspective. It is used for identifying the same message under one participant. Given two messages under the same participant: - If send time are different regardless of whether the content of the messages are exactly the same, the conversation will regard them as two distinct messages sent by the participant. - If send time is the same regardless of whether the content of the messages are exactly the same, the conversation will regard them as same message, and ignore the message received later. If the value is not provided, a new request will always be regarded as a new message without any de-duplication.
.google.protobuf.Timestamp message_send_time = 10;public AnalyzeContentRequest.Builder mergeMessageSendTime(com.google.protobuf.Timestamp value)
Optional. The send time of the message from end user or human agent's perspective. It is used for identifying the same message under one participant. Given two messages under the same participant: - If send time are different regardless of whether the content of the messages are exactly the same, the conversation will regard them as two distinct messages sent by the participant. - If send time is the same regardless of whether the content of the messages are exactly the same, the conversation will regard them as same message, and ignore the message received later. If the value is not provided, a new request will always be regarded as a new message without any de-duplication.
.google.protobuf.Timestamp message_send_time = 10;public AnalyzeContentRequest.Builder clearMessageSendTime()
Optional. The send time of the message from end user or human agent's perspective. It is used for identifying the same message under one participant. Given two messages under the same participant: - If send time are different regardless of whether the content of the messages are exactly the same, the conversation will regard them as two distinct messages sent by the participant. - If send time is the same regardless of whether the content of the messages are exactly the same, the conversation will regard them as same message, and ignore the message received later. If the value is not provided, a new request will always be regarded as a new message without any de-duplication.
.google.protobuf.Timestamp message_send_time = 10;public com.google.protobuf.Timestamp.Builder getMessageSendTimeBuilder()
Optional. The send time of the message from end user or human agent's perspective. It is used for identifying the same message under one participant. Given two messages under the same participant: - If send time are different regardless of whether the content of the messages are exactly the same, the conversation will regard them as two distinct messages sent by the participant. - If send time is the same regardless of whether the content of the messages are exactly the same, the conversation will regard them as same message, and ignore the message received later. If the value is not provided, a new request will always be regarded as a new message without any de-duplication.
.google.protobuf.Timestamp message_send_time = 10;public com.google.protobuf.TimestampOrBuilder getMessageSendTimeOrBuilder()
Optional. The send time of the message from end user or human agent's perspective. It is used for identifying the same message under one participant. Given two messages under the same participant: - If send time are different regardless of whether the content of the messages are exactly the same, the conversation will regard them as two distinct messages sent by the participant. - If send time is the same regardless of whether the content of the messages are exactly the same, the conversation will regard them as same message, and ignore the message received later. If the value is not provided, a new request will always be regarded as a new message without any de-duplication.
.google.protobuf.Timestamp message_send_time = 10;getMessageSendTimeOrBuilder in interface AnalyzeContentRequestOrBuilderpublic 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;getRequestId in interface AnalyzeContentRequestOrBuilderpublic com.google.protobuf.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;getRequestIdBytes in interface AnalyzeContentRequestOrBuilderpublic AnalyzeContentRequest.Builder setRequestId(String value)
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;value - The requestId to set.public AnalyzeContentRequest.Builder clearRequestId()
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;public AnalyzeContentRequest.Builder setRequestIdBytes(com.google.protobuf.ByteString value)
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;value - The bytes for requestId to set.public final AnalyzeContentRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<AnalyzeContentRequest.Builder>public final AnalyzeContentRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<AnalyzeContentRequest.Builder>Copyright © 2023 Google LLC. All rights reserved.