public final class CloudConversationDebuggingInfo extends com.google.protobuf.GeneratedMessageV3 implements CloudConversationDebuggingInfoOrBuilder
Cloud conversation info for easier debugging. It will get populated in `StreamingDetectIntentResponse` or `StreamingAnalyzeContentResponse` when the flag `enable_debugging_info` is set to true in corresponding requests.Protobuf type
google.cloud.dialogflow.v2beta1.CloudConversationDebuggingInfo| Modifier and Type | Class and Description |
|---|---|
static class |
CloudConversationDebuggingInfo.Builder
Cloud conversation info for easier debugging.
|
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 |
AUDIO_DATA_CHUNKS_FIELD_NUMBER |
static int |
BARGEIN_EVENT_TRIGGERED_FIELD_NUMBER |
static int |
CLIENT_HALF_CLOSE_STREAMING_TIME_OFFSET_FIELD_NUMBER |
static int |
CLIENT_HALF_CLOSE_TIME_OFFSET_FIELD_NUMBER |
static int |
DTMF_FINAL_RESULTS_TIMES_FIELD_NUMBER |
static int |
DTMF_PARTIAL_RESULTS_TIMES_FIELD_NUMBER |
static int |
FIRST_AUDIO_DURATION_FIELD_NUMBER |
static int |
IS_INPUT_TEXT_FIELD_NUMBER |
static int |
NO_SPEECH_TIMEOUT_FIELD_NUMBER |
static int |
PARTIAL_RESPONSES_FIELD_NUMBER |
static int |
RESULT_END_TIME_OFFSET_FIELD_NUMBER |
static int |
SINGLE_UTTERANCE_END_TIME_OFFSET_FIELD_NUMBER |
static int |
SINGLE_UTTERANCE_FIELD_NUMBER |
static int |
SPEAKER_ID_PASSIVE_LATENCY_MS_OFFSET_FIELD_NUMBER |
static int |
SPEECH_FINAL_RESULTS_END_TIMES_FIELD_NUMBER |
static int |
SPEECH_PARTIAL_RESULTS_END_TIMES_FIELD_NUMBER |
static int |
SPEECH_SINGLE_UTTERANCE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getAudioDataChunks()
Number of input audio data chunks in streaming requests.
|
boolean |
getBargeinEventTriggered()
Whether a barge-in event is triggered in this request.
|
com.google.protobuf.Duration |
getClientHalfCloseStreamingTimeOffset()
Client half close time in terms of API streaming duration.
|
com.google.protobuf.DurationOrBuilder |
getClientHalfCloseStreamingTimeOffsetOrBuilder()
Client half close time in terms of API streaming duration.
|
com.google.protobuf.Duration |
getClientHalfCloseTimeOffset()
Client half close time in terms of input audio duration.
|
com.google.protobuf.DurationOrBuilder |
getClientHalfCloseTimeOffsetOrBuilder()
Client half close time in terms of input audio duration.
|
static CloudConversationDebuggingInfo |
getDefaultInstance() |
CloudConversationDebuggingInfo |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Duration |
getDtmfFinalResultsTimes(int index)
Time offsets of the DTMF final results relative to the beginning of
the stream.
|
int |
getDtmfFinalResultsTimesCount()
Time offsets of the DTMF final results relative to the beginning of
the stream.
|
List<com.google.protobuf.Duration> |
getDtmfFinalResultsTimesList()
Time offsets of the DTMF final results relative to the beginning of
the stream.
|
com.google.protobuf.DurationOrBuilder |
getDtmfFinalResultsTimesOrBuilder(int index)
Time offsets of the DTMF final results relative to the beginning of
the stream.
|
List<? extends com.google.protobuf.DurationOrBuilder> |
getDtmfFinalResultsTimesOrBuilderList()
Time offsets of the DTMF final results relative to the beginning of
the stream.
|
com.google.protobuf.Duration |
getDtmfPartialResultsTimes(int index)
Time offsets of the DTMF partial results relative to the beginning of
the stream.
|
int |
getDtmfPartialResultsTimesCount()
Time offsets of the DTMF partial results relative to the beginning of
the stream.
|
List<com.google.protobuf.Duration> |
getDtmfPartialResultsTimesList()
Time offsets of the DTMF partial results relative to the beginning of
the stream.
|
com.google.protobuf.DurationOrBuilder |
getDtmfPartialResultsTimesOrBuilder(int index)
Time offsets of the DTMF partial results relative to the beginning of
the stream.
|
List<? extends com.google.protobuf.DurationOrBuilder> |
getDtmfPartialResultsTimesOrBuilderList()
Time offsets of the DTMF partial results relative to the beginning of
the stream.
|
com.google.protobuf.Duration |
getFirstAudioDuration()
Duration of first audio chunk.
|
com.google.protobuf.DurationOrBuilder |
getFirstAudioDurationOrBuilder()
Duration of first audio chunk.
|
boolean |
getIsInputText()
Whether the streaming terminates with an injected text query.
|
com.google.protobuf.Duration |
getNoSpeechTimeout()
No speech timeout settings observed at runtime.
|
com.google.protobuf.DurationOrBuilder |
getNoSpeechTimeoutOrBuilder()
No speech timeout settings observed at runtime.
|
com.google.protobuf.Parser<CloudConversationDebuggingInfo> |
getParserForType() |
int |
getPartialResponses()
Total number of partial responses.
|
com.google.protobuf.Duration |
getResultEndTimeOffset()
Time offset of the end of speech utterance relative to the
beginning of the first audio chunk.
|
com.google.protobuf.DurationOrBuilder |
getResultEndTimeOffsetOrBuilder()
Time offset of the end of speech utterance relative to the
beginning of the first audio chunk.
|
int |
getSerializedSize() |
boolean |
getSingleUtterance()
Whether client used single utterance mode.
|
com.google.protobuf.Duration |
getSingleUtteranceEndTimeOffset()
Time offset of the end-of-single-utterance signal relative to the
beginning of the stream.
|
com.google.protobuf.DurationOrBuilder |
getSingleUtteranceEndTimeOffsetOrBuilder()
Time offset of the end-of-single-utterance signal relative to the
beginning of the stream.
|
int |
getSpeakerIdPassiveLatencyMsOffset()
Time offset of Speaker ID stream close time relative to the Speech stream
close time in milliseconds.
|
com.google.protobuf.Duration |
getSpeechFinalResultsEndTimes(int index)
Time offsets of the speech final results (is_final=true) relative to the
beginning of the stream.
|
int |
getSpeechFinalResultsEndTimesCount()
Time offsets of the speech final results (is_final=true) relative to the
beginning of the stream.
|
List<com.google.protobuf.Duration> |
getSpeechFinalResultsEndTimesList()
Time offsets of the speech final results (is_final=true) relative to the
beginning of the stream.
|
com.google.protobuf.DurationOrBuilder |
getSpeechFinalResultsEndTimesOrBuilder(int index)
Time offsets of the speech final results (is_final=true) relative to the
beginning of the stream.
|
List<? extends com.google.protobuf.DurationOrBuilder> |
getSpeechFinalResultsEndTimesOrBuilderList()
Time offsets of the speech final results (is_final=true) relative to the
beginning of the stream.
|
com.google.protobuf.Duration |
getSpeechPartialResultsEndTimes(int index)
Time offsets of the speech partial results relative to the beginning of
the stream.
|
int |
getSpeechPartialResultsEndTimesCount()
Time offsets of the speech partial results relative to the beginning of
the stream.
|
List<com.google.protobuf.Duration> |
getSpeechPartialResultsEndTimesList()
Time offsets of the speech partial results relative to the beginning of
the stream.
|
com.google.protobuf.DurationOrBuilder |
getSpeechPartialResultsEndTimesOrBuilder(int index)
Time offsets of the speech partial results relative to the beginning of
the stream.
|
List<? extends com.google.protobuf.DurationOrBuilder> |
getSpeechPartialResultsEndTimesOrBuilderList()
Time offsets of the speech partial results relative to the beginning of
the stream.
|
boolean |
getSpeechSingleUtterance()
Whether speech uses single utterance mode.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasClientHalfCloseStreamingTimeOffset()
Client half close time in terms of API streaming duration.
|
boolean |
hasClientHalfCloseTimeOffset()
Client half close time in terms of input audio duration.
|
boolean |
hasFirstAudioDuration()
Duration of first audio chunk.
|
int |
hashCode() |
boolean |
hasNoSpeechTimeout()
No speech timeout settings observed at runtime.
|
boolean |
hasResultEndTimeOffset()
Time offset of the end of speech utterance relative to the
beginning of the first audio chunk.
|
boolean |
hasSingleUtteranceEndTimeOffset()
Time offset of the end-of-single-utterance signal relative to the
beginning of the stream.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static CloudConversationDebuggingInfo.Builder |
newBuilder() |
static CloudConversationDebuggingInfo.Builder |
newBuilder(CloudConversationDebuggingInfo prototype) |
CloudConversationDebuggingInfo.Builder |
newBuilderForType() |
protected CloudConversationDebuggingInfo.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static CloudConversationDebuggingInfo |
parseDelimitedFrom(InputStream input) |
static CloudConversationDebuggingInfo |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CloudConversationDebuggingInfo |
parseFrom(byte[] data) |
static CloudConversationDebuggingInfo |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CloudConversationDebuggingInfo |
parseFrom(ByteBuffer data) |
static CloudConversationDebuggingInfo |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CloudConversationDebuggingInfo |
parseFrom(com.google.protobuf.ByteString data) |
static CloudConversationDebuggingInfo |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CloudConversationDebuggingInfo |
parseFrom(com.google.protobuf.CodedInputStream input) |
static CloudConversationDebuggingInfo |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CloudConversationDebuggingInfo |
parseFrom(InputStream input) |
static CloudConversationDebuggingInfo |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<CloudConversationDebuggingInfo> |
parser() |
CloudConversationDebuggingInfo.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 AUDIO_DATA_CHUNKS_FIELD_NUMBER
public static final int RESULT_END_TIME_OFFSET_FIELD_NUMBER
public static final int FIRST_AUDIO_DURATION_FIELD_NUMBER
public static final int SINGLE_UTTERANCE_FIELD_NUMBER
public static final int SPEECH_PARTIAL_RESULTS_END_TIMES_FIELD_NUMBER
public static final int SPEECH_FINAL_RESULTS_END_TIMES_FIELD_NUMBER
public static final int PARTIAL_RESPONSES_FIELD_NUMBER
public static final int SPEAKER_ID_PASSIVE_LATENCY_MS_OFFSET_FIELD_NUMBER
public static final int BARGEIN_EVENT_TRIGGERED_FIELD_NUMBER
public static final int SPEECH_SINGLE_UTTERANCE_FIELD_NUMBER
public static final int DTMF_PARTIAL_RESULTS_TIMES_FIELD_NUMBER
public static final int DTMF_FINAL_RESULTS_TIMES_FIELD_NUMBER
public static final int SINGLE_UTTERANCE_END_TIME_OFFSET_FIELD_NUMBER
public static final int NO_SPEECH_TIMEOUT_FIELD_NUMBER
public static final int IS_INPUT_TEXT_FIELD_NUMBER
public static final int CLIENT_HALF_CLOSE_TIME_OFFSET_FIELD_NUMBER
public static final int CLIENT_HALF_CLOSE_STREAMING_TIME_OFFSET_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 int getAudioDataChunks()
Number of input audio data chunks in streaming requests.
int32 audio_data_chunks = 1;getAudioDataChunks in interface CloudConversationDebuggingInfoOrBuilderpublic boolean hasResultEndTimeOffset()
Time offset of the end of speech utterance relative to the beginning of the first audio chunk.
.google.protobuf.Duration result_end_time_offset = 2;hasResultEndTimeOffset in interface CloudConversationDebuggingInfoOrBuilderpublic com.google.protobuf.Duration getResultEndTimeOffset()
Time offset of the end of speech utterance relative to the beginning of the first audio chunk.
.google.protobuf.Duration result_end_time_offset = 2;getResultEndTimeOffset in interface CloudConversationDebuggingInfoOrBuilderpublic com.google.protobuf.DurationOrBuilder getResultEndTimeOffsetOrBuilder()
Time offset of the end of speech utterance relative to the beginning of the first audio chunk.
.google.protobuf.Duration result_end_time_offset = 2;getResultEndTimeOffsetOrBuilder in interface CloudConversationDebuggingInfoOrBuilderpublic boolean hasFirstAudioDuration()
Duration of first audio chunk.
.google.protobuf.Duration first_audio_duration = 3;hasFirstAudioDuration in interface CloudConversationDebuggingInfoOrBuilderpublic com.google.protobuf.Duration getFirstAudioDuration()
Duration of first audio chunk.
.google.protobuf.Duration first_audio_duration = 3;getFirstAudioDuration in interface CloudConversationDebuggingInfoOrBuilderpublic com.google.protobuf.DurationOrBuilder getFirstAudioDurationOrBuilder()
Duration of first audio chunk.
.google.protobuf.Duration first_audio_duration = 3;getFirstAudioDurationOrBuilder in interface CloudConversationDebuggingInfoOrBuilderpublic boolean getSingleUtterance()
Whether client used single utterance mode.
bool single_utterance = 5;getSingleUtterance in interface CloudConversationDebuggingInfoOrBuilderpublic List<com.google.protobuf.Duration> getSpeechPartialResultsEndTimesList()
Time offsets of the speech partial results relative to the beginning of the stream.
repeated .google.protobuf.Duration speech_partial_results_end_times = 6;getSpeechPartialResultsEndTimesList in interface CloudConversationDebuggingInfoOrBuilderpublic List<? extends com.google.protobuf.DurationOrBuilder> getSpeechPartialResultsEndTimesOrBuilderList()
Time offsets of the speech partial results relative to the beginning of the stream.
repeated .google.protobuf.Duration speech_partial_results_end_times = 6;getSpeechPartialResultsEndTimesOrBuilderList in interface CloudConversationDebuggingInfoOrBuilderpublic int getSpeechPartialResultsEndTimesCount()
Time offsets of the speech partial results relative to the beginning of the stream.
repeated .google.protobuf.Duration speech_partial_results_end_times = 6;getSpeechPartialResultsEndTimesCount in interface CloudConversationDebuggingInfoOrBuilderpublic com.google.protobuf.Duration getSpeechPartialResultsEndTimes(int index)
Time offsets of the speech partial results relative to the beginning of the stream.
repeated .google.protobuf.Duration speech_partial_results_end_times = 6;getSpeechPartialResultsEndTimes in interface CloudConversationDebuggingInfoOrBuilderpublic com.google.protobuf.DurationOrBuilder getSpeechPartialResultsEndTimesOrBuilder(int index)
Time offsets of the speech partial results relative to the beginning of the stream.
repeated .google.protobuf.Duration speech_partial_results_end_times = 6;getSpeechPartialResultsEndTimesOrBuilder in interface CloudConversationDebuggingInfoOrBuilderpublic List<com.google.protobuf.Duration> getSpeechFinalResultsEndTimesList()
Time offsets of the speech final results (is_final=true) relative to the beginning of the stream.
repeated .google.protobuf.Duration speech_final_results_end_times = 7;getSpeechFinalResultsEndTimesList in interface CloudConversationDebuggingInfoOrBuilderpublic List<? extends com.google.protobuf.DurationOrBuilder> getSpeechFinalResultsEndTimesOrBuilderList()
Time offsets of the speech final results (is_final=true) relative to the beginning of the stream.
repeated .google.protobuf.Duration speech_final_results_end_times = 7;getSpeechFinalResultsEndTimesOrBuilderList in interface CloudConversationDebuggingInfoOrBuilderpublic int getSpeechFinalResultsEndTimesCount()
Time offsets of the speech final results (is_final=true) relative to the beginning of the stream.
repeated .google.protobuf.Duration speech_final_results_end_times = 7;getSpeechFinalResultsEndTimesCount in interface CloudConversationDebuggingInfoOrBuilderpublic com.google.protobuf.Duration getSpeechFinalResultsEndTimes(int index)
Time offsets of the speech final results (is_final=true) relative to the beginning of the stream.
repeated .google.protobuf.Duration speech_final_results_end_times = 7;getSpeechFinalResultsEndTimes in interface CloudConversationDebuggingInfoOrBuilderpublic com.google.protobuf.DurationOrBuilder getSpeechFinalResultsEndTimesOrBuilder(int index)
Time offsets of the speech final results (is_final=true) relative to the beginning of the stream.
repeated .google.protobuf.Duration speech_final_results_end_times = 7;getSpeechFinalResultsEndTimesOrBuilder in interface CloudConversationDebuggingInfoOrBuilderpublic int getPartialResponses()
Total number of partial responses.
int32 partial_responses = 8;getPartialResponses in interface CloudConversationDebuggingInfoOrBuilderpublic int getSpeakerIdPassiveLatencyMsOffset()
Time offset of Speaker ID stream close time relative to the Speech stream close time in milliseconds. Only meaningful for conversations involving passive verification.
int32 speaker_id_passive_latency_ms_offset = 9;getSpeakerIdPassiveLatencyMsOffset in interface CloudConversationDebuggingInfoOrBuilderpublic boolean getBargeinEventTriggered()
Whether a barge-in event is triggered in this request.
bool bargein_event_triggered = 10;getBargeinEventTriggered in interface CloudConversationDebuggingInfoOrBuilderpublic boolean getSpeechSingleUtterance()
Whether speech uses single utterance mode.
bool speech_single_utterance = 11;getSpeechSingleUtterance in interface CloudConversationDebuggingInfoOrBuilderpublic List<com.google.protobuf.Duration> getDtmfPartialResultsTimesList()
Time offsets of the DTMF partial results relative to the beginning of the stream.
repeated .google.protobuf.Duration dtmf_partial_results_times = 12;getDtmfPartialResultsTimesList in interface CloudConversationDebuggingInfoOrBuilderpublic List<? extends com.google.protobuf.DurationOrBuilder> getDtmfPartialResultsTimesOrBuilderList()
Time offsets of the DTMF partial results relative to the beginning of the stream.
repeated .google.protobuf.Duration dtmf_partial_results_times = 12;getDtmfPartialResultsTimesOrBuilderList in interface CloudConversationDebuggingInfoOrBuilderpublic int getDtmfPartialResultsTimesCount()
Time offsets of the DTMF partial results relative to the beginning of the stream.
repeated .google.protobuf.Duration dtmf_partial_results_times = 12;getDtmfPartialResultsTimesCount in interface CloudConversationDebuggingInfoOrBuilderpublic com.google.protobuf.Duration getDtmfPartialResultsTimes(int index)
Time offsets of the DTMF partial results relative to the beginning of the stream.
repeated .google.protobuf.Duration dtmf_partial_results_times = 12;getDtmfPartialResultsTimes in interface CloudConversationDebuggingInfoOrBuilderpublic com.google.protobuf.DurationOrBuilder getDtmfPartialResultsTimesOrBuilder(int index)
Time offsets of the DTMF partial results relative to the beginning of the stream.
repeated .google.protobuf.Duration dtmf_partial_results_times = 12;getDtmfPartialResultsTimesOrBuilder in interface CloudConversationDebuggingInfoOrBuilderpublic List<com.google.protobuf.Duration> getDtmfFinalResultsTimesList()
Time offsets of the DTMF final results relative to the beginning of the stream.
repeated .google.protobuf.Duration dtmf_final_results_times = 13;getDtmfFinalResultsTimesList in interface CloudConversationDebuggingInfoOrBuilderpublic List<? extends com.google.protobuf.DurationOrBuilder> getDtmfFinalResultsTimesOrBuilderList()
Time offsets of the DTMF final results relative to the beginning of the stream.
repeated .google.protobuf.Duration dtmf_final_results_times = 13;getDtmfFinalResultsTimesOrBuilderList in interface CloudConversationDebuggingInfoOrBuilderpublic int getDtmfFinalResultsTimesCount()
Time offsets of the DTMF final results relative to the beginning of the stream.
repeated .google.protobuf.Duration dtmf_final_results_times = 13;getDtmfFinalResultsTimesCount in interface CloudConversationDebuggingInfoOrBuilderpublic com.google.protobuf.Duration getDtmfFinalResultsTimes(int index)
Time offsets of the DTMF final results relative to the beginning of the stream.
repeated .google.protobuf.Duration dtmf_final_results_times = 13;getDtmfFinalResultsTimes in interface CloudConversationDebuggingInfoOrBuilderpublic com.google.protobuf.DurationOrBuilder getDtmfFinalResultsTimesOrBuilder(int index)
Time offsets of the DTMF final results relative to the beginning of the stream.
repeated .google.protobuf.Duration dtmf_final_results_times = 13;getDtmfFinalResultsTimesOrBuilder in interface CloudConversationDebuggingInfoOrBuilderpublic boolean hasSingleUtteranceEndTimeOffset()
Time offset of the end-of-single-utterance signal relative to the beginning of the stream.
.google.protobuf.Duration single_utterance_end_time_offset = 14;hasSingleUtteranceEndTimeOffset in interface CloudConversationDebuggingInfoOrBuilderpublic com.google.protobuf.Duration getSingleUtteranceEndTimeOffset()
Time offset of the end-of-single-utterance signal relative to the beginning of the stream.
.google.protobuf.Duration single_utterance_end_time_offset = 14;getSingleUtteranceEndTimeOffset in interface CloudConversationDebuggingInfoOrBuilderpublic com.google.protobuf.DurationOrBuilder getSingleUtteranceEndTimeOffsetOrBuilder()
Time offset of the end-of-single-utterance signal relative to the beginning of the stream.
.google.protobuf.Duration single_utterance_end_time_offset = 14;getSingleUtteranceEndTimeOffsetOrBuilder in interface CloudConversationDebuggingInfoOrBuilderpublic boolean hasNoSpeechTimeout()
No speech timeout settings observed at runtime.
.google.protobuf.Duration no_speech_timeout = 15;hasNoSpeechTimeout in interface CloudConversationDebuggingInfoOrBuilderpublic com.google.protobuf.Duration getNoSpeechTimeout()
No speech timeout settings observed at runtime.
.google.protobuf.Duration no_speech_timeout = 15;getNoSpeechTimeout in interface CloudConversationDebuggingInfoOrBuilderpublic com.google.protobuf.DurationOrBuilder getNoSpeechTimeoutOrBuilder()
No speech timeout settings observed at runtime.
.google.protobuf.Duration no_speech_timeout = 15;getNoSpeechTimeoutOrBuilder in interface CloudConversationDebuggingInfoOrBuilderpublic boolean getIsInputText()
Whether the streaming terminates with an injected text query.
bool is_input_text = 16;getIsInputText in interface CloudConversationDebuggingInfoOrBuilderpublic boolean hasClientHalfCloseTimeOffset()
Client half close time in terms of input audio duration.
.google.protobuf.Duration client_half_close_time_offset = 17;hasClientHalfCloseTimeOffset in interface CloudConversationDebuggingInfoOrBuilderpublic com.google.protobuf.Duration getClientHalfCloseTimeOffset()
Client half close time in terms of input audio duration.
.google.protobuf.Duration client_half_close_time_offset = 17;getClientHalfCloseTimeOffset in interface CloudConversationDebuggingInfoOrBuilderpublic com.google.protobuf.DurationOrBuilder getClientHalfCloseTimeOffsetOrBuilder()
Client half close time in terms of input audio duration.
.google.protobuf.Duration client_half_close_time_offset = 17;getClientHalfCloseTimeOffsetOrBuilder in interface CloudConversationDebuggingInfoOrBuilderpublic boolean hasClientHalfCloseStreamingTimeOffset()
Client half close time in terms of API streaming duration.
.google.protobuf.Duration client_half_close_streaming_time_offset = 18;hasClientHalfCloseStreamingTimeOffset in interface CloudConversationDebuggingInfoOrBuilderpublic com.google.protobuf.Duration getClientHalfCloseStreamingTimeOffset()
Client half close time in terms of API streaming duration.
.google.protobuf.Duration client_half_close_streaming_time_offset = 18;getClientHalfCloseStreamingTimeOffset in interface CloudConversationDebuggingInfoOrBuilderpublic com.google.protobuf.DurationOrBuilder getClientHalfCloseStreamingTimeOffsetOrBuilder()
Client half close time in terms of API streaming duration.
.google.protobuf.Duration client_half_close_streaming_time_offset = 18;getClientHalfCloseStreamingTimeOffsetOrBuilder in interface CloudConversationDebuggingInfoOrBuilderpublic 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 CloudConversationDebuggingInfo parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CloudConversationDebuggingInfo parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CloudConversationDebuggingInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CloudConversationDebuggingInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CloudConversationDebuggingInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CloudConversationDebuggingInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CloudConversationDebuggingInfo parseFrom(InputStream input) throws IOException
IOExceptionpublic static CloudConversationDebuggingInfo parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static CloudConversationDebuggingInfo parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static CloudConversationDebuggingInfo parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static CloudConversationDebuggingInfo parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static CloudConversationDebuggingInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic CloudConversationDebuggingInfo.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static CloudConversationDebuggingInfo.Builder newBuilder()
public static CloudConversationDebuggingInfo.Builder newBuilder(CloudConversationDebuggingInfo prototype)
public CloudConversationDebuggingInfo.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected CloudConversationDebuggingInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static CloudConversationDebuggingInfo getDefaultInstance()
public static com.google.protobuf.Parser<CloudConversationDebuggingInfo> parser()
public com.google.protobuf.Parser<CloudConversationDebuggingInfo> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public CloudConversationDebuggingInfo getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2023 Google LLC. All rights reserved.