public final class StreamingAnalyzeContentResponse extends com.google.protobuf.GeneratedMessageV3 implements StreamingAnalyzeContentResponseOrBuilder
The top-level message returned from the `StreamingAnalyzeContent` method.
Multiple response messages can be returned in order:
1. If the input was set to streaming audio, the first one or more messages
contain `recognition_result`. Each `recognition_result` represents a more
complete transcript of what the user said. The last `recognition_result`
has `is_final` set to `true`.
2. In virtual agent stage: if `enable_partial_automated_agent_reply` is
true, the following N (currently 1 <= N <= 4) messages
contain `automated_agent_reply` and optionally `reply_audio`
returned by the virtual agent. The first (N-1)
`automated_agent_reply`s will have `automated_agent_reply_type` set to
`PARTIAL`. The last `automated_agent_reply` has
`automated_agent_reply_type` set to `FINAL`.
If `enable_partial_automated_agent_reply` is not enabled, response stream
only contains the final reply.
In human assist stage: the following N (N >= 1) messages contain
`human_agent_suggestion_results`, `end_user_suggestion_results` or
`message`.
Protobuf type google.cloud.dialogflow.v2beta1.StreamingAnalyzeContentResponse| Modifier and Type | Class and Description |
|---|---|
static class |
StreamingAnalyzeContentResponse.Builder
The top-level message returned from the `StreamingAnalyzeContent` method.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
AUTOMATED_AGENT_REPLY_FIELD_NUMBER |
static int |
DEBUGGING_INFO_FIELD_NUMBER |
static int |
DTMF_PARAMETERS_FIELD_NUMBER |
static int |
END_USER_SUGGESTION_RESULTS_FIELD_NUMBER |
static int |
HUMAN_AGENT_SUGGESTION_RESULTS_FIELD_NUMBER |
static int |
MESSAGE_FIELD_NUMBER |
static int |
RECOGNITION_RESULT_FIELD_NUMBER |
static int |
REPLY_AUDIO_FIELD_NUMBER |
static int |
REPLY_TEXT_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
AutomatedAgentReply |
getAutomatedAgentReply()
Optional.
|
AutomatedAgentReplyOrBuilder |
getAutomatedAgentReplyOrBuilder()
Optional.
|
CloudConversationDebuggingInfo |
getDebuggingInfo()
Debugging info that would get populated when
`StreamingAnalyzeContentRequest.enable_debugging_info` is set to true.
|
CloudConversationDebuggingInfoOrBuilder |
getDebuggingInfoOrBuilder()
Debugging info that would get populated when
`StreamingAnalyzeContentRequest.enable_debugging_info` is set to true.
|
static StreamingAnalyzeContentResponse |
getDefaultInstance() |
StreamingAnalyzeContentResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
DtmfParameters |
getDtmfParameters()
Indicates the parameters of DTMF.
|
DtmfParametersOrBuilder |
getDtmfParametersOrBuilder()
Indicates the parameters of DTMF.
|
SuggestionResult |
getEndUserSuggestionResults(int index)
The suggestions for end user.
|
int |
getEndUserSuggestionResultsCount()
The suggestions for end user.
|
List<SuggestionResult> |
getEndUserSuggestionResultsList()
The suggestions for end user.
|
SuggestionResultOrBuilder |
getEndUserSuggestionResultsOrBuilder(int index)
The suggestions for end user.
|
List<? extends SuggestionResultOrBuilder> |
getEndUserSuggestionResultsOrBuilderList()
The suggestions for end user.
|
SuggestionResult |
getHumanAgentSuggestionResults(int index)
The suggestions for most recent human agent.
|
int |
getHumanAgentSuggestionResultsCount()
The suggestions for most recent human agent.
|
List<SuggestionResult> |
getHumanAgentSuggestionResultsList()
The suggestions for most recent human agent.
|
SuggestionResultOrBuilder |
getHumanAgentSuggestionResultsOrBuilder(int index)
The suggestions for most recent human agent.
|
List<? extends SuggestionResultOrBuilder> |
getHumanAgentSuggestionResultsOrBuilderList()
The suggestions for most recent human agent.
|
Message |
getMessage()
Output only.
|
MessageOrBuilder |
getMessageOrBuilder()
Output only.
|
com.google.protobuf.Parser<StreamingAnalyzeContentResponse> |
getParserForType() |
StreamingRecognitionResult |
getRecognitionResult()
The result of speech recognition.
|
StreamingRecognitionResultOrBuilder |
getRecognitionResultOrBuilder()
The result of speech recognition.
|
OutputAudio |
getReplyAudio()
Optional.
|
OutputAudioOrBuilder |
getReplyAudioOrBuilder()
Optional.
|
String |
getReplyText()
Optional.
|
com.google.protobuf.ByteString |
getReplyTextBytes()
Optional.
|
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasAutomatedAgentReply()
Optional.
|
boolean |
hasDebuggingInfo()
Debugging info that would get populated when
`StreamingAnalyzeContentRequest.enable_debugging_info` is set to true.
|
boolean |
hasDtmfParameters()
Indicates the parameters of DTMF.
|
int |
hashCode() |
boolean |
hasMessage()
Output only.
|
boolean |
hasRecognitionResult()
The result of speech recognition.
|
boolean |
hasReplyAudio()
Optional.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static StreamingAnalyzeContentResponse.Builder |
newBuilder() |
static StreamingAnalyzeContentResponse.Builder |
newBuilder(StreamingAnalyzeContentResponse prototype) |
StreamingAnalyzeContentResponse.Builder |
newBuilderForType() |
protected StreamingAnalyzeContentResponse.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static StreamingAnalyzeContentResponse |
parseDelimitedFrom(InputStream input) |
static StreamingAnalyzeContentResponse |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamingAnalyzeContentResponse |
parseFrom(byte[] data) |
static StreamingAnalyzeContentResponse |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamingAnalyzeContentResponse |
parseFrom(ByteBuffer data) |
static StreamingAnalyzeContentResponse |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamingAnalyzeContentResponse |
parseFrom(com.google.protobuf.ByteString data) |
static StreamingAnalyzeContentResponse |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamingAnalyzeContentResponse |
parseFrom(com.google.protobuf.CodedInputStream input) |
static StreamingAnalyzeContentResponse |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamingAnalyzeContentResponse |
parseFrom(InputStream input) |
static StreamingAnalyzeContentResponse |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<StreamingAnalyzeContentResponse> |
parser() |
StreamingAnalyzeContentResponse.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int RECOGNITION_RESULT_FIELD_NUMBER
public static final int REPLY_TEXT_FIELD_NUMBER
public static final int REPLY_AUDIO_FIELD_NUMBER
public static final int AUTOMATED_AGENT_REPLY_FIELD_NUMBER
public static final int MESSAGE_FIELD_NUMBER
public static final int HUMAN_AGENT_SUGGESTION_RESULTS_FIELD_NUMBER
public static final int END_USER_SUGGESTION_RESULTS_FIELD_NUMBER
public static final int DTMF_PARAMETERS_FIELD_NUMBER
public static final int DEBUGGING_INFO_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public boolean hasRecognitionResult()
The result of speech recognition.
.google.cloud.dialogflow.v2beta1.StreamingRecognitionResult recognition_result = 1;
hasRecognitionResult in interface StreamingAnalyzeContentResponseOrBuilderpublic StreamingRecognitionResult getRecognitionResult()
The result of speech recognition.
.google.cloud.dialogflow.v2beta1.StreamingRecognitionResult recognition_result = 1;
getRecognitionResult in interface StreamingAnalyzeContentResponseOrBuilderpublic StreamingRecognitionResultOrBuilder getRecognitionResultOrBuilder()
The result of speech recognition.
.google.cloud.dialogflow.v2beta1.StreamingRecognitionResult recognition_result = 1;
getRecognitionResultOrBuilder in interface StreamingAnalyzeContentResponseOrBuilderpublic String getReplyText()
Optional. The output text content. This field is set if an automated agent responded with a text for the user.
string reply_text = 2;getReplyText in interface StreamingAnalyzeContentResponseOrBuilderpublic com.google.protobuf.ByteString getReplyTextBytes()
Optional. The output text content. This field is set if an automated agent responded with a text for the user.
string reply_text = 2;getReplyTextBytes in interface StreamingAnalyzeContentResponseOrBuilderpublic boolean hasReplyAudio()
Optional. The audio data bytes encoded as specified in the request.
This field is set if:
- The `reply_audio_config` field is specified in the request.
- The automated agent, which this output comes from, responded with audio.
In such case, the `reply_audio.config` field contains settings used to
synthesize the speech.
In some scenarios, multiple output audio fields may be present in the
response structure. In these cases, only the top-most-level audio output
has content.
.google.cloud.dialogflow.v2beta1.OutputAudio reply_audio = 3;hasReplyAudio in interface StreamingAnalyzeContentResponseOrBuilderpublic OutputAudio getReplyAudio()
Optional. The audio data bytes encoded as specified in the request.
This field is set if:
- The `reply_audio_config` field is specified in the request.
- The automated agent, which this output comes from, responded with audio.
In such case, the `reply_audio.config` field contains settings used to
synthesize the speech.
In some scenarios, multiple output audio fields may be present in the
response structure. In these cases, only the top-most-level audio output
has content.
.google.cloud.dialogflow.v2beta1.OutputAudio reply_audio = 3;getReplyAudio in interface StreamingAnalyzeContentResponseOrBuilderpublic OutputAudioOrBuilder getReplyAudioOrBuilder()
Optional. The audio data bytes encoded as specified in the request.
This field is set if:
- The `reply_audio_config` field is specified in the request.
- The automated agent, which this output comes from, responded with audio.
In such case, the `reply_audio.config` field contains settings used to
synthesize the speech.
In some scenarios, multiple output audio fields may be present in the
response structure. In these cases, only the top-most-level audio output
has content.
.google.cloud.dialogflow.v2beta1.OutputAudio reply_audio = 3;getReplyAudioOrBuilder in interface StreamingAnalyzeContentResponseOrBuilderpublic boolean hasAutomatedAgentReply()
Optional. Only set if a Dialogflow automated agent has responded. Note that: [AutomatedAgentReply.detect_intent_response.output_audio][] and [AutomatedAgentReply.detect_intent_response.output_audio_config][] are always empty, use [reply_audio][google.cloud.dialogflow.v2beta1.StreamingAnalyzeContentResponse.reply_audio] instead.
.google.cloud.dialogflow.v2beta1.AutomatedAgentReply automated_agent_reply = 4;hasAutomatedAgentReply in interface StreamingAnalyzeContentResponseOrBuilderpublic AutomatedAgentReply getAutomatedAgentReply()
Optional. Only set if a Dialogflow automated agent has responded. Note that: [AutomatedAgentReply.detect_intent_response.output_audio][] and [AutomatedAgentReply.detect_intent_response.output_audio_config][] are always empty, use [reply_audio][google.cloud.dialogflow.v2beta1.StreamingAnalyzeContentResponse.reply_audio] instead.
.google.cloud.dialogflow.v2beta1.AutomatedAgentReply automated_agent_reply = 4;getAutomatedAgentReply in interface StreamingAnalyzeContentResponseOrBuilderpublic AutomatedAgentReplyOrBuilder getAutomatedAgentReplyOrBuilder()
Optional. Only set if a Dialogflow automated agent has responded. Note that: [AutomatedAgentReply.detect_intent_response.output_audio][] and [AutomatedAgentReply.detect_intent_response.output_audio_config][] are always empty, use [reply_audio][google.cloud.dialogflow.v2beta1.StreamingAnalyzeContentResponse.reply_audio] instead.
.google.cloud.dialogflow.v2beta1.AutomatedAgentReply automated_agent_reply = 4;getAutomatedAgentReplyOrBuilder in interface StreamingAnalyzeContentResponseOrBuilderpublic boolean hasMessage()
Output only. Message analyzed by CCAI.
.google.cloud.dialogflow.v2beta1.Message message = 6;hasMessage in interface StreamingAnalyzeContentResponseOrBuilderpublic Message getMessage()
Output only. Message analyzed by CCAI.
.google.cloud.dialogflow.v2beta1.Message message = 6;getMessage in interface StreamingAnalyzeContentResponseOrBuilderpublic MessageOrBuilder getMessageOrBuilder()
Output only. Message analyzed by CCAI.
.google.cloud.dialogflow.v2beta1.Message message = 6;getMessageOrBuilder in interface StreamingAnalyzeContentResponseOrBuilderpublic List<SuggestionResult> getHumanAgentSuggestionResultsList()
The suggestions for most recent human agent. The order is the same as [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionConfig.feature_configs] of [HumanAgentAssistantConfig.human_agent_suggestion_config][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.human_agent_suggestion_config].
repeated .google.cloud.dialogflow.v2beta1.SuggestionResult human_agent_suggestion_results = 7;
getHumanAgentSuggestionResultsList in interface StreamingAnalyzeContentResponseOrBuilderpublic List<? extends SuggestionResultOrBuilder> getHumanAgentSuggestionResultsOrBuilderList()
The suggestions for most recent human agent. The order is the same as [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionConfig.feature_configs] of [HumanAgentAssistantConfig.human_agent_suggestion_config][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.human_agent_suggestion_config].
repeated .google.cloud.dialogflow.v2beta1.SuggestionResult human_agent_suggestion_results = 7;
getHumanAgentSuggestionResultsOrBuilderList in interface StreamingAnalyzeContentResponseOrBuilderpublic int getHumanAgentSuggestionResultsCount()
The suggestions for most recent human agent. The order is the same as [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionConfig.feature_configs] of [HumanAgentAssistantConfig.human_agent_suggestion_config][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.human_agent_suggestion_config].
repeated .google.cloud.dialogflow.v2beta1.SuggestionResult human_agent_suggestion_results = 7;
getHumanAgentSuggestionResultsCount in interface StreamingAnalyzeContentResponseOrBuilderpublic SuggestionResult getHumanAgentSuggestionResults(int index)
The suggestions for most recent human agent. The order is the same as [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionConfig.feature_configs] of [HumanAgentAssistantConfig.human_agent_suggestion_config][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.human_agent_suggestion_config].
repeated .google.cloud.dialogflow.v2beta1.SuggestionResult human_agent_suggestion_results = 7;
getHumanAgentSuggestionResults in interface StreamingAnalyzeContentResponseOrBuilderpublic SuggestionResultOrBuilder getHumanAgentSuggestionResultsOrBuilder(int index)
The suggestions for most recent human agent. The order is the same as [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionConfig.feature_configs] of [HumanAgentAssistantConfig.human_agent_suggestion_config][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.human_agent_suggestion_config].
repeated .google.cloud.dialogflow.v2beta1.SuggestionResult human_agent_suggestion_results = 7;
getHumanAgentSuggestionResultsOrBuilder in interface StreamingAnalyzeContentResponseOrBuilderpublic List<SuggestionResult> getEndUserSuggestionResultsList()
The suggestions for end user. The order is the same as [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionConfig.feature_configs] of [HumanAgentAssistantConfig.end_user_suggestion_config][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.end_user_suggestion_config].
repeated .google.cloud.dialogflow.v2beta1.SuggestionResult end_user_suggestion_results = 8;
getEndUserSuggestionResultsList in interface StreamingAnalyzeContentResponseOrBuilderpublic List<? extends SuggestionResultOrBuilder> getEndUserSuggestionResultsOrBuilderList()
The suggestions for end user. The order is the same as [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionConfig.feature_configs] of [HumanAgentAssistantConfig.end_user_suggestion_config][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.end_user_suggestion_config].
repeated .google.cloud.dialogflow.v2beta1.SuggestionResult end_user_suggestion_results = 8;
getEndUserSuggestionResultsOrBuilderList in interface StreamingAnalyzeContentResponseOrBuilderpublic int getEndUserSuggestionResultsCount()
The suggestions for end user. The order is the same as [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionConfig.feature_configs] of [HumanAgentAssistantConfig.end_user_suggestion_config][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.end_user_suggestion_config].
repeated .google.cloud.dialogflow.v2beta1.SuggestionResult end_user_suggestion_results = 8;
getEndUserSuggestionResultsCount in interface StreamingAnalyzeContentResponseOrBuilderpublic SuggestionResult getEndUserSuggestionResults(int index)
The suggestions for end user. The order is the same as [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionConfig.feature_configs] of [HumanAgentAssistantConfig.end_user_suggestion_config][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.end_user_suggestion_config].
repeated .google.cloud.dialogflow.v2beta1.SuggestionResult end_user_suggestion_results = 8;
getEndUserSuggestionResults in interface StreamingAnalyzeContentResponseOrBuilderpublic SuggestionResultOrBuilder getEndUserSuggestionResultsOrBuilder(int index)
The suggestions for end user. The order is the same as [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionConfig.feature_configs] of [HumanAgentAssistantConfig.end_user_suggestion_config][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.end_user_suggestion_config].
repeated .google.cloud.dialogflow.v2beta1.SuggestionResult end_user_suggestion_results = 8;
getEndUserSuggestionResultsOrBuilder in interface StreamingAnalyzeContentResponseOrBuilderpublic boolean hasDtmfParameters()
Indicates the parameters of DTMF.
.google.cloud.dialogflow.v2beta1.DtmfParameters dtmf_parameters = 10;hasDtmfParameters in interface StreamingAnalyzeContentResponseOrBuilderpublic DtmfParameters getDtmfParameters()
Indicates the parameters of DTMF.
.google.cloud.dialogflow.v2beta1.DtmfParameters dtmf_parameters = 10;getDtmfParameters in interface StreamingAnalyzeContentResponseOrBuilderpublic DtmfParametersOrBuilder getDtmfParametersOrBuilder()
Indicates the parameters of DTMF.
.google.cloud.dialogflow.v2beta1.DtmfParameters dtmf_parameters = 10;getDtmfParametersOrBuilder in interface StreamingAnalyzeContentResponseOrBuilderpublic boolean hasDebuggingInfo()
Debugging info that would get populated when `StreamingAnalyzeContentRequest.enable_debugging_info` is set to true.
.google.cloud.dialogflow.v2beta1.CloudConversationDebuggingInfo debugging_info = 11;
hasDebuggingInfo in interface StreamingAnalyzeContentResponseOrBuilderpublic CloudConversationDebuggingInfo getDebuggingInfo()
Debugging info that would get populated when `StreamingAnalyzeContentRequest.enable_debugging_info` is set to true.
.google.cloud.dialogflow.v2beta1.CloudConversationDebuggingInfo debugging_info = 11;
getDebuggingInfo in interface StreamingAnalyzeContentResponseOrBuilderpublic CloudConversationDebuggingInfoOrBuilder getDebuggingInfoOrBuilder()
Debugging info that would get populated when `StreamingAnalyzeContentRequest.enable_debugging_info` is set to true.
.google.cloud.dialogflow.v2beta1.CloudConversationDebuggingInfo debugging_info = 11;
getDebuggingInfoOrBuilder in interface StreamingAnalyzeContentResponseOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static StreamingAnalyzeContentResponse parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StreamingAnalyzeContentResponse parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StreamingAnalyzeContentResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StreamingAnalyzeContentResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StreamingAnalyzeContentResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StreamingAnalyzeContentResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StreamingAnalyzeContentResponse parseFrom(InputStream input) throws IOException
IOExceptionpublic static StreamingAnalyzeContentResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static StreamingAnalyzeContentResponse parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static StreamingAnalyzeContentResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static StreamingAnalyzeContentResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static StreamingAnalyzeContentResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic StreamingAnalyzeContentResponse.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static StreamingAnalyzeContentResponse.Builder newBuilder()
public static StreamingAnalyzeContentResponse.Builder newBuilder(StreamingAnalyzeContentResponse prototype)
public StreamingAnalyzeContentResponse.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected StreamingAnalyzeContentResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static StreamingAnalyzeContentResponse getDefaultInstance()
public static com.google.protobuf.Parser<StreamingAnalyzeContentResponse> parser()
public com.google.protobuf.Parser<StreamingAnalyzeContentResponse> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public StreamingAnalyzeContentResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2023 Google LLC. All rights reserved.