Package com.google.cloud.dialogflow.v2
Class CloudConversationDebuggingInfo
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.cloud.dialogflow.v2.CloudConversationDebuggingInfo
-
- All Implemented Interfaces:
CloudConversationDebuggingInfoOrBuilder
,com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
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 typegoogle.cloud.dialogflow.v2.CloudConversationDebuggingInfo
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CloudConversationDebuggingInfo.Builder
Cloud conversation info for easier debugging.-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
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
-
-
Field Summary
Fields Modifier and Type Field 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
ENDPOINTING_TIMEOUT_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
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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
getEndpointingTimeout()
Speech endpointing timeout settings for the stream.com.google.protobuf.DurationOrBuilder
getEndpointingTimeoutOrBuilder()
Speech endpointing timeout settings for 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 for the stream.com.google.protobuf.DurationOrBuilder
getNoSpeechTimeoutOrBuilder()
No speech timeout settings for the stream.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.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
hasEndpointingTimeout()
Speech endpointing timeout settings for the stream.boolean
hasFirstAudioDuration()
Duration of first audio chunk.int
hashCode()
boolean
hasNoSpeechTimeout()
No speech timeout settings for the stream.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(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 CloudConversationDebuggingInfo
parseFrom(ByteBuffer data)
static CloudConversationDebuggingInfo
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<CloudConversationDebuggingInfo>
parser()
CloudConversationDebuggingInfo.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, 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, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
AUDIO_DATA_CHUNKS_FIELD_NUMBER
public static final int AUDIO_DATA_CHUNKS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
RESULT_END_TIME_OFFSET_FIELD_NUMBER
public static final int RESULT_END_TIME_OFFSET_FIELD_NUMBER
- See Also:
- Constant Field Values
-
FIRST_AUDIO_DURATION_FIELD_NUMBER
public static final int FIRST_AUDIO_DURATION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SINGLE_UTTERANCE_FIELD_NUMBER
public static final int SINGLE_UTTERANCE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SPEECH_PARTIAL_RESULTS_END_TIMES_FIELD_NUMBER
public static final int SPEECH_PARTIAL_RESULTS_END_TIMES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SPEECH_FINAL_RESULTS_END_TIMES_FIELD_NUMBER
public static final int SPEECH_FINAL_RESULTS_END_TIMES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PARTIAL_RESPONSES_FIELD_NUMBER
public static final int PARTIAL_RESPONSES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SPEAKER_ID_PASSIVE_LATENCY_MS_OFFSET_FIELD_NUMBER
public static final int SPEAKER_ID_PASSIVE_LATENCY_MS_OFFSET_FIELD_NUMBER
- See Also:
- Constant Field Values
-
BARGEIN_EVENT_TRIGGERED_FIELD_NUMBER
public static final int BARGEIN_EVENT_TRIGGERED_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SPEECH_SINGLE_UTTERANCE_FIELD_NUMBER
public static final int SPEECH_SINGLE_UTTERANCE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DTMF_PARTIAL_RESULTS_TIMES_FIELD_NUMBER
public static final int DTMF_PARTIAL_RESULTS_TIMES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DTMF_FINAL_RESULTS_TIMES_FIELD_NUMBER
public static final int DTMF_FINAL_RESULTS_TIMES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SINGLE_UTTERANCE_END_TIME_OFFSET_FIELD_NUMBER
public static final int SINGLE_UTTERANCE_END_TIME_OFFSET_FIELD_NUMBER
- See Also:
- Constant Field Values
-
NO_SPEECH_TIMEOUT_FIELD_NUMBER
public static final int NO_SPEECH_TIMEOUT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ENDPOINTING_TIMEOUT_FIELD_NUMBER
public static final int ENDPOINTING_TIMEOUT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
IS_INPUT_TEXT_FIELD_NUMBER
public static final int IS_INPUT_TEXT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CLIENT_HALF_CLOSE_TIME_OFFSET_FIELD_NUMBER
public static final int CLIENT_HALF_CLOSE_TIME_OFFSET_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CLIENT_HALF_CLOSE_STREAMING_TIME_OFFSET_FIELD_NUMBER
public static final int CLIENT_HALF_CLOSE_STREAMING_TIME_OFFSET_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
getAudioDataChunks
public int getAudioDataChunks()
Number of input audio data chunks in streaming requests.
int32 audio_data_chunks = 1;
- Specified by:
getAudioDataChunks
in interfaceCloudConversationDebuggingInfoOrBuilder
- Returns:
- The audioDataChunks.
-
hasResultEndTimeOffset
public 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;
- Specified by:
hasResultEndTimeOffset
in interfaceCloudConversationDebuggingInfoOrBuilder
- Returns:
- Whether the resultEndTimeOffset field is set.
-
getResultEndTimeOffset
public 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;
- Specified by:
getResultEndTimeOffset
in interfaceCloudConversationDebuggingInfoOrBuilder
- Returns:
- The resultEndTimeOffset.
-
getResultEndTimeOffsetOrBuilder
public 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;
- Specified by:
getResultEndTimeOffsetOrBuilder
in interfaceCloudConversationDebuggingInfoOrBuilder
-
hasFirstAudioDuration
public boolean hasFirstAudioDuration()
Duration of first audio chunk.
.google.protobuf.Duration first_audio_duration = 3;
- Specified by:
hasFirstAudioDuration
in interfaceCloudConversationDebuggingInfoOrBuilder
- Returns:
- Whether the firstAudioDuration field is set.
-
getFirstAudioDuration
public com.google.protobuf.Duration getFirstAudioDuration()
Duration of first audio chunk.
.google.protobuf.Duration first_audio_duration = 3;
- Specified by:
getFirstAudioDuration
in interfaceCloudConversationDebuggingInfoOrBuilder
- Returns:
- The firstAudioDuration.
-
getFirstAudioDurationOrBuilder
public com.google.protobuf.DurationOrBuilder getFirstAudioDurationOrBuilder()
Duration of first audio chunk.
.google.protobuf.Duration first_audio_duration = 3;
- Specified by:
getFirstAudioDurationOrBuilder
in interfaceCloudConversationDebuggingInfoOrBuilder
-
getSingleUtterance
public boolean getSingleUtterance()
Whether client used single utterance mode.
bool single_utterance = 5;
- Specified by:
getSingleUtterance
in interfaceCloudConversationDebuggingInfoOrBuilder
- Returns:
- The singleUtterance.
-
getSpeechPartialResultsEndTimesList
public 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;
- Specified by:
getSpeechPartialResultsEndTimesList
in interfaceCloudConversationDebuggingInfoOrBuilder
-
getSpeechPartialResultsEndTimesOrBuilderList
public 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;
- Specified by:
getSpeechPartialResultsEndTimesOrBuilderList
in interfaceCloudConversationDebuggingInfoOrBuilder
-
getSpeechPartialResultsEndTimesCount
public 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;
- Specified by:
getSpeechPartialResultsEndTimesCount
in interfaceCloudConversationDebuggingInfoOrBuilder
-
getSpeechPartialResultsEndTimes
public 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;
- Specified by:
getSpeechPartialResultsEndTimes
in interfaceCloudConversationDebuggingInfoOrBuilder
-
getSpeechPartialResultsEndTimesOrBuilder
public 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;
- Specified by:
getSpeechPartialResultsEndTimesOrBuilder
in interfaceCloudConversationDebuggingInfoOrBuilder
-
getSpeechFinalResultsEndTimesList
public 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;
- Specified by:
getSpeechFinalResultsEndTimesList
in interfaceCloudConversationDebuggingInfoOrBuilder
-
getSpeechFinalResultsEndTimesOrBuilderList
public 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;
- Specified by:
getSpeechFinalResultsEndTimesOrBuilderList
in interfaceCloudConversationDebuggingInfoOrBuilder
-
getSpeechFinalResultsEndTimesCount
public 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;
- Specified by:
getSpeechFinalResultsEndTimesCount
in interfaceCloudConversationDebuggingInfoOrBuilder
-
getSpeechFinalResultsEndTimes
public 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;
- Specified by:
getSpeechFinalResultsEndTimes
in interfaceCloudConversationDebuggingInfoOrBuilder
-
getSpeechFinalResultsEndTimesOrBuilder
public 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;
- Specified by:
getSpeechFinalResultsEndTimesOrBuilder
in interfaceCloudConversationDebuggingInfoOrBuilder
-
getPartialResponses
public int getPartialResponses()
Total number of partial responses.
int32 partial_responses = 8;
- Specified by:
getPartialResponses
in interfaceCloudConversationDebuggingInfoOrBuilder
- Returns:
- The partialResponses.
-
getSpeakerIdPassiveLatencyMsOffset
public 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;
- Specified by:
getSpeakerIdPassiveLatencyMsOffset
in interfaceCloudConversationDebuggingInfoOrBuilder
- Returns:
- The speakerIdPassiveLatencyMsOffset.
-
getBargeinEventTriggered
public boolean getBargeinEventTriggered()
Whether a barge-in event is triggered in this request.
bool bargein_event_triggered = 10;
- Specified by:
getBargeinEventTriggered
in interfaceCloudConversationDebuggingInfoOrBuilder
- Returns:
- The bargeinEventTriggered.
-
getSpeechSingleUtterance
public boolean getSpeechSingleUtterance()
Whether speech uses single utterance mode.
bool speech_single_utterance = 11;
- Specified by:
getSpeechSingleUtterance
in interfaceCloudConversationDebuggingInfoOrBuilder
- Returns:
- The speechSingleUtterance.
-
getDtmfPartialResultsTimesList
public 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;
- Specified by:
getDtmfPartialResultsTimesList
in interfaceCloudConversationDebuggingInfoOrBuilder
-
getDtmfPartialResultsTimesOrBuilderList
public 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;
- Specified by:
getDtmfPartialResultsTimesOrBuilderList
in interfaceCloudConversationDebuggingInfoOrBuilder
-
getDtmfPartialResultsTimesCount
public 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;
- Specified by:
getDtmfPartialResultsTimesCount
in interfaceCloudConversationDebuggingInfoOrBuilder
-
getDtmfPartialResultsTimes
public 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;
- Specified by:
getDtmfPartialResultsTimes
in interfaceCloudConversationDebuggingInfoOrBuilder
-
getDtmfPartialResultsTimesOrBuilder
public 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;
- Specified by:
getDtmfPartialResultsTimesOrBuilder
in interfaceCloudConversationDebuggingInfoOrBuilder
-
getDtmfFinalResultsTimesList
public 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;
- Specified by:
getDtmfFinalResultsTimesList
in interfaceCloudConversationDebuggingInfoOrBuilder
-
getDtmfFinalResultsTimesOrBuilderList
public 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;
- Specified by:
getDtmfFinalResultsTimesOrBuilderList
in interfaceCloudConversationDebuggingInfoOrBuilder
-
getDtmfFinalResultsTimesCount
public 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;
- Specified by:
getDtmfFinalResultsTimesCount
in interfaceCloudConversationDebuggingInfoOrBuilder
-
getDtmfFinalResultsTimes
public 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;
- Specified by:
getDtmfFinalResultsTimes
in interfaceCloudConversationDebuggingInfoOrBuilder
-
getDtmfFinalResultsTimesOrBuilder
public 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;
- Specified by:
getDtmfFinalResultsTimesOrBuilder
in interfaceCloudConversationDebuggingInfoOrBuilder
-
hasSingleUtteranceEndTimeOffset
public 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;
- Specified by:
hasSingleUtteranceEndTimeOffset
in interfaceCloudConversationDebuggingInfoOrBuilder
- Returns:
- Whether the singleUtteranceEndTimeOffset field is set.
-
getSingleUtteranceEndTimeOffset
public 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;
- Specified by:
getSingleUtteranceEndTimeOffset
in interfaceCloudConversationDebuggingInfoOrBuilder
- Returns:
- The singleUtteranceEndTimeOffset.
-
getSingleUtteranceEndTimeOffsetOrBuilder
public 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;
- Specified by:
getSingleUtteranceEndTimeOffsetOrBuilder
in interfaceCloudConversationDebuggingInfoOrBuilder
-
hasNoSpeechTimeout
public boolean hasNoSpeechTimeout()
No speech timeout settings for the stream.
.google.protobuf.Duration no_speech_timeout = 15;
- Specified by:
hasNoSpeechTimeout
in interfaceCloudConversationDebuggingInfoOrBuilder
- Returns:
- Whether the noSpeechTimeout field is set.
-
getNoSpeechTimeout
public com.google.protobuf.Duration getNoSpeechTimeout()
No speech timeout settings for the stream.
.google.protobuf.Duration no_speech_timeout = 15;
- Specified by:
getNoSpeechTimeout
in interfaceCloudConversationDebuggingInfoOrBuilder
- Returns:
- The noSpeechTimeout.
-
getNoSpeechTimeoutOrBuilder
public com.google.protobuf.DurationOrBuilder getNoSpeechTimeoutOrBuilder()
No speech timeout settings for the stream.
.google.protobuf.Duration no_speech_timeout = 15;
- Specified by:
getNoSpeechTimeoutOrBuilder
in interfaceCloudConversationDebuggingInfoOrBuilder
-
hasEndpointingTimeout
public boolean hasEndpointingTimeout()
Speech endpointing timeout settings for the stream.
.google.protobuf.Duration endpointing_timeout = 19;
- Specified by:
hasEndpointingTimeout
in interfaceCloudConversationDebuggingInfoOrBuilder
- Returns:
- Whether the endpointingTimeout field is set.
-
getEndpointingTimeout
public com.google.protobuf.Duration getEndpointingTimeout()
Speech endpointing timeout settings for the stream.
.google.protobuf.Duration endpointing_timeout = 19;
- Specified by:
getEndpointingTimeout
in interfaceCloudConversationDebuggingInfoOrBuilder
- Returns:
- The endpointingTimeout.
-
getEndpointingTimeoutOrBuilder
public com.google.protobuf.DurationOrBuilder getEndpointingTimeoutOrBuilder()
Speech endpointing timeout settings for the stream.
.google.protobuf.Duration endpointing_timeout = 19;
- Specified by:
getEndpointingTimeoutOrBuilder
in interfaceCloudConversationDebuggingInfoOrBuilder
-
getIsInputText
public boolean getIsInputText()
Whether the streaming terminates with an injected text query.
bool is_input_text = 16;
- Specified by:
getIsInputText
in interfaceCloudConversationDebuggingInfoOrBuilder
- Returns:
- The isInputText.
-
hasClientHalfCloseTimeOffset
public boolean hasClientHalfCloseTimeOffset()
Client half close time in terms of input audio duration.
.google.protobuf.Duration client_half_close_time_offset = 17;
- Specified by:
hasClientHalfCloseTimeOffset
in interfaceCloudConversationDebuggingInfoOrBuilder
- Returns:
- Whether the clientHalfCloseTimeOffset field is set.
-
getClientHalfCloseTimeOffset
public com.google.protobuf.Duration getClientHalfCloseTimeOffset()
Client half close time in terms of input audio duration.
.google.protobuf.Duration client_half_close_time_offset = 17;
- Specified by:
getClientHalfCloseTimeOffset
in interfaceCloudConversationDebuggingInfoOrBuilder
- Returns:
- The clientHalfCloseTimeOffset.
-
getClientHalfCloseTimeOffsetOrBuilder
public com.google.protobuf.DurationOrBuilder getClientHalfCloseTimeOffsetOrBuilder()
Client half close time in terms of input audio duration.
.google.protobuf.Duration client_half_close_time_offset = 17;
- Specified by:
getClientHalfCloseTimeOffsetOrBuilder
in interfaceCloudConversationDebuggingInfoOrBuilder
-
hasClientHalfCloseStreamingTimeOffset
public boolean hasClientHalfCloseStreamingTimeOffset()
Client half close time in terms of API streaming duration.
.google.protobuf.Duration client_half_close_streaming_time_offset = 18;
- Specified by:
hasClientHalfCloseStreamingTimeOffset
in interfaceCloudConversationDebuggingInfoOrBuilder
- Returns:
- Whether the clientHalfCloseStreamingTimeOffset field is set.
-
getClientHalfCloseStreamingTimeOffset
public 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;
- Specified by:
getClientHalfCloseStreamingTimeOffset
in interfaceCloudConversationDebuggingInfoOrBuilder
- Returns:
- The clientHalfCloseStreamingTimeOffset.
-
getClientHalfCloseStreamingTimeOffsetOrBuilder
public 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;
- Specified by:
getClientHalfCloseStreamingTimeOffsetOrBuilder
in interfaceCloudConversationDebuggingInfoOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static CloudConversationDebuggingInfo parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static CloudConversationDebuggingInfo parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static CloudConversationDebuggingInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static CloudConversationDebuggingInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static CloudConversationDebuggingInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static CloudConversationDebuggingInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static CloudConversationDebuggingInfo parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static CloudConversationDebuggingInfo parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static CloudConversationDebuggingInfo parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static CloudConversationDebuggingInfo parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static CloudConversationDebuggingInfo parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static CloudConversationDebuggingInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public CloudConversationDebuggingInfo.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static CloudConversationDebuggingInfo.Builder newBuilder()
-
newBuilder
public static CloudConversationDebuggingInfo.Builder newBuilder(CloudConversationDebuggingInfo prototype)
-
toBuilder
public CloudConversationDebuggingInfo.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected CloudConversationDebuggingInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static CloudConversationDebuggingInfo getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<CloudConversationDebuggingInfo> parser()
-
getParserForType
public com.google.protobuf.Parser<CloudConversationDebuggingInfo> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public CloudConversationDebuggingInfo getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-