Package com.google.cloud.dialogflow.v2
Interface StreamingAnalyzeContentRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StreamingAnalyzeContentRequest
,StreamingAnalyzeContentRequest.Builder
public interface StreamingAnalyzeContentRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssistQueryParameters
getAssistQueryParams()
Parameters for a human assist query.AssistQueryParametersOrBuilder
getAssistQueryParamsOrBuilder()
Parameters for a human assist query.InputAudioConfig
getAudioConfig()
Instructs the speech recognizer how to process the speech audio.InputAudioConfigOrBuilder
getAudioConfigOrBuilder()
Instructs the speech recognizer how to process the speech audio.StreamingAnalyzeContentRequest.ConfigCase
getConfigCase()
com.google.protobuf.Struct
getCxParameters()
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.boolean
getEnableDebuggingInfo()
If true, `StreamingAnalyzeContentResponse.debugging_info` will get populated.boolean
getEnablePartialAutomatedAgentReply()
Enable partial virtual agent responses.com.google.protobuf.ByteString
getInputAudio()
The input audio content to be recognized.StreamingAnalyzeContentRequest.InputCase
getInputCase()
TelephonyDtmfEvents
getInputDtmf()
The DTMF digits used to invoke intent and fill in parameter value.TelephonyDtmfEventsOrBuilder
getInputDtmfOrBuilder()
The DTMF digits used to invoke intent and fill in parameter value.String
getInputText()
The UTF-8 encoded natural language text to be processed.com.google.protobuf.ByteString
getInputTextBytes()
The UTF-8 encoded natural language text to be processed.String
getParticipant()
Required.com.google.protobuf.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.InputTextConfig
getTextConfig()
The natural language text to be processed.InputTextConfigOrBuilder
getTextConfigOrBuilder()
The natural language text to be processed.boolean
hasAssistQueryParams()
Parameters for a human assist query.boolean
hasAudioConfig()
Instructs the speech recognizer how to process the speech audio.boolean
hasCxParameters()
Additional parameters to be put into Dialogflow CX session parameters.boolean
hasInputAudio()
The input audio content to be recognized.boolean
hasInputDtmf()
The DTMF digits used to invoke intent and fill in parameter value.boolean
hasInputText()
The UTF-8 encoded natural language text to be processed.boolean
hasQueryParams()
Parameters for a Dialogflow virtual-agent query.boolean
hasReplyAudioConfig()
Speech synthesis configuration.boolean
hasTextConfig()
The natural language text to be processed.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getParticipant
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) = { ... }
- Returns:
- The participant.
-
getParticipantBytes
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) = { ... }
- Returns:
- The bytes for participant.
-
hasAudioConfig
boolean hasAudioConfig()
Instructs the speech recognizer how to process the speech audio.
.google.cloud.dialogflow.v2.InputAudioConfig audio_config = 2;
- Returns:
- Whether the audioConfig field is set.
-
getAudioConfig
InputAudioConfig getAudioConfig()
Instructs the speech recognizer how to process the speech audio.
.google.cloud.dialogflow.v2.InputAudioConfig audio_config = 2;
- Returns:
- The audioConfig.
-
getAudioConfigOrBuilder
InputAudioConfigOrBuilder getAudioConfigOrBuilder()
Instructs the speech recognizer how to process the speech audio.
.google.cloud.dialogflow.v2.InputAudioConfig audio_config = 2;
-
hasTextConfig
boolean hasTextConfig()
The natural language text to be processed.
.google.cloud.dialogflow.v2.InputTextConfig text_config = 3;
- Returns:
- Whether the textConfig field is set.
-
getTextConfig
InputTextConfig getTextConfig()
The natural language text to be processed.
.google.cloud.dialogflow.v2.InputTextConfig text_config = 3;
- Returns:
- The textConfig.
-
getTextConfigOrBuilder
InputTextConfigOrBuilder getTextConfigOrBuilder()
The natural language text to be processed.
.google.cloud.dialogflow.v2.InputTextConfig text_config = 3;
-
hasReplyAudioConfig
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 StreamingAnalyzeContent. If this configuration is not supplied, speech synthesis is disabled.
.google.cloud.dialogflow.v2.OutputAudioConfig reply_audio_config = 4;
- Returns:
- Whether the replyAudioConfig field is set.
-
getReplyAudioConfig
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 StreamingAnalyzeContent. If this configuration is not supplied, speech synthesis is disabled.
.google.cloud.dialogflow.v2.OutputAudioConfig reply_audio_config = 4;
- Returns:
- The replyAudioConfig.
-
getReplyAudioConfigOrBuilder
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 StreamingAnalyzeContent. If this configuration is not supplied, speech synthesis is disabled.
.google.cloud.dialogflow.v2.OutputAudioConfig reply_audio_config = 4;
-
hasInputAudio
boolean hasInputAudio()
The input audio content to be recognized. Must be sent if `audio_config` is set in the first message. The complete audio over all streaming messages must not exceed 1 minute.
bytes input_audio = 5;
- Returns:
- Whether the inputAudio field is set.
-
getInputAudio
com.google.protobuf.ByteString getInputAudio()
The input audio content to be recognized. Must be sent if `audio_config` is set in the first message. The complete audio over all streaming messages must not exceed 1 minute.
bytes input_audio = 5;
- Returns:
- The inputAudio.
-
hasInputText
boolean hasInputText()
The UTF-8 encoded natural language text to be processed. Must be sent if `text_config` is set in the first message. Text length must not exceed 256 bytes for virtual agent interactions. The `input_text` field can be only sent once, and would cancel the speech recognition if any ongoing.
string input_text = 6;
- Returns:
- Whether the inputText field is set.
-
getInputText
String getInputText()
The UTF-8 encoded natural language text to be processed. Must be sent if `text_config` is set in the first message. Text length must not exceed 256 bytes for virtual agent interactions. The `input_text` field can be only sent once, and would cancel the speech recognition if any ongoing.
string input_text = 6;
- Returns:
- The inputText.
-
getInputTextBytes
com.google.protobuf.ByteString getInputTextBytes()
The UTF-8 encoded natural language text to be processed. Must be sent if `text_config` is set in the first message. Text length must not exceed 256 bytes for virtual agent interactions. The `input_text` field can be only sent once, and would cancel the speech recognition if any ongoing.
string input_text = 6;
- Returns:
- The bytes for inputText.
-
hasInputDtmf
boolean hasInputDtmf()
The DTMF digits used to invoke intent and fill in parameter value. This input is ignored if the previous response indicated that DTMF input is not accepted.
.google.cloud.dialogflow.v2.TelephonyDtmfEvents input_dtmf = 9;
- Returns:
- Whether the inputDtmf field is set.
-
getInputDtmf
TelephonyDtmfEvents getInputDtmf()
The DTMF digits used to invoke intent and fill in parameter value. This input is ignored if the previous response indicated that DTMF input is not accepted.
.google.cloud.dialogflow.v2.TelephonyDtmfEvents input_dtmf = 9;
- Returns:
- The inputDtmf.
-
getInputDtmfOrBuilder
TelephonyDtmfEventsOrBuilder getInputDtmfOrBuilder()
The DTMF digits used to invoke intent and fill in parameter value. This input is ignored if the previous response indicated that DTMF input is not accepted.
.google.cloud.dialogflow.v2.TelephonyDtmfEvents input_dtmf = 9;
-
hasQueryParams
boolean hasQueryParams()
Parameters for a Dialogflow virtual-agent query.
.google.cloud.dialogflow.v2.QueryParameters query_params = 7;
- Returns:
- Whether the queryParams field is set.
-
getQueryParams
QueryParameters getQueryParams()
Parameters for a Dialogflow virtual-agent query.
.google.cloud.dialogflow.v2.QueryParameters query_params = 7;
- Returns:
- The queryParams.
-
getQueryParamsOrBuilder
QueryParametersOrBuilder getQueryParamsOrBuilder()
Parameters for a Dialogflow virtual-agent query.
.google.cloud.dialogflow.v2.QueryParameters query_params = 7;
-
hasAssistQueryParams
boolean hasAssistQueryParams()
Parameters for a human assist query.
.google.cloud.dialogflow.v2.AssistQueryParameters assist_query_params = 8;
- Returns:
- Whether the assistQueryParams field is set.
-
getAssistQueryParams
AssistQueryParameters getAssistQueryParams()
Parameters for a human assist query.
.google.cloud.dialogflow.v2.AssistQueryParameters assist_query_params = 8;
- Returns:
- The assistQueryParams.
-
getAssistQueryParamsOrBuilder
AssistQueryParametersOrBuilder getAssistQueryParamsOrBuilder()
Parameters for a human assist query.
.google.cloud.dialogflow.v2.AssistQueryParameters assist_query_params = 8;
-
hasCxParameters
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 = 13;
- Returns:
- Whether the cxParameters field is set.
-
getCxParameters
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 = 13;
- Returns:
- The cxParameters.
-
getCxParametersOrBuilder
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 = 13;
-
getEnablePartialAutomatedAgentReply
boolean getEnablePartialAutomatedAgentReply()
Enable partial virtual agent responses. If this flag is not enabled, response stream still contains only one final response even if some `Fulfillment`s in Dialogflow virtual agent have been configured to return partial responses.
bool enable_partial_automated_agent_reply = 12;
- Returns:
- The enablePartialAutomatedAgentReply.
-
getEnableDebuggingInfo
boolean getEnableDebuggingInfo()
If true, `StreamingAnalyzeContentResponse.debugging_info` will get populated.
bool enable_debugging_info = 19;
- Returns:
- The enableDebuggingInfo.
-
getConfigCase
StreamingAnalyzeContentRequest.ConfigCase getConfigCase()
-
getInputCase
StreamingAnalyzeContentRequest.InputCase getInputCase()
-
-