Package com.google.cloud.dialogflow.v2
Class CloudConversationDebuggingInfo.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<CloudConversationDebuggingInfo.Builder>
-
- com.google.cloud.dialogflow.v2.CloudConversationDebuggingInfo.Builder
-
- All Implemented Interfaces:
CloudConversationDebuggingInfoOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- CloudConversationDebuggingInfo
public static final class CloudConversationDebuggingInfo.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<CloudConversationDebuggingInfo.Builder> 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
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CloudConversationDebuggingInfo.Builder
addAllDtmfFinalResultsTimes(Iterable<? extends com.google.protobuf.Duration> values)
Time offsets of the DTMF final results relative to the beginning of the stream.CloudConversationDebuggingInfo.Builder
addAllDtmfPartialResultsTimes(Iterable<? extends com.google.protobuf.Duration> values)
Time offsets of the DTMF partial results relative to the beginning of the stream.CloudConversationDebuggingInfo.Builder
addAllSpeechFinalResultsEndTimes(Iterable<? extends com.google.protobuf.Duration> values)
Time offsets of the speech final results (is_final=true) relative to the beginning of the stream.CloudConversationDebuggingInfo.Builder
addAllSpeechPartialResultsEndTimes(Iterable<? extends com.google.protobuf.Duration> values)
Time offsets of the speech partial results relative to the beginning of the stream.CloudConversationDebuggingInfo.Builder
addDtmfFinalResultsTimes(int index, com.google.protobuf.Duration value)
Time offsets of the DTMF final results relative to the beginning of the stream.CloudConversationDebuggingInfo.Builder
addDtmfFinalResultsTimes(int index, com.google.protobuf.Duration.Builder builderForValue)
Time offsets of the DTMF final results relative to the beginning of the stream.CloudConversationDebuggingInfo.Builder
addDtmfFinalResultsTimes(com.google.protobuf.Duration value)
Time offsets of the DTMF final results relative to the beginning of the stream.CloudConversationDebuggingInfo.Builder
addDtmfFinalResultsTimes(com.google.protobuf.Duration.Builder builderForValue)
Time offsets of the DTMF final results relative to the beginning of the stream.com.google.protobuf.Duration.Builder
addDtmfFinalResultsTimesBuilder()
Time offsets of the DTMF final results relative to the beginning of the stream.com.google.protobuf.Duration.Builder
addDtmfFinalResultsTimesBuilder(int index)
Time offsets of the DTMF final results relative to the beginning of the stream.CloudConversationDebuggingInfo.Builder
addDtmfPartialResultsTimes(int index, com.google.protobuf.Duration value)
Time offsets of the DTMF partial results relative to the beginning of the stream.CloudConversationDebuggingInfo.Builder
addDtmfPartialResultsTimes(int index, com.google.protobuf.Duration.Builder builderForValue)
Time offsets of the DTMF partial results relative to the beginning of the stream.CloudConversationDebuggingInfo.Builder
addDtmfPartialResultsTimes(com.google.protobuf.Duration value)
Time offsets of the DTMF partial results relative to the beginning of the stream.CloudConversationDebuggingInfo.Builder
addDtmfPartialResultsTimes(com.google.protobuf.Duration.Builder builderForValue)
Time offsets of the DTMF partial results relative to the beginning of the stream.com.google.protobuf.Duration.Builder
addDtmfPartialResultsTimesBuilder()
Time offsets of the DTMF partial results relative to the beginning of the stream.com.google.protobuf.Duration.Builder
addDtmfPartialResultsTimesBuilder(int index)
Time offsets of the DTMF partial results relative to the beginning of the stream.CloudConversationDebuggingInfo.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
CloudConversationDebuggingInfo.Builder
addSpeechFinalResultsEndTimes(int index, com.google.protobuf.Duration value)
Time offsets of the speech final results (is_final=true) relative to the beginning of the stream.CloudConversationDebuggingInfo.Builder
addSpeechFinalResultsEndTimes(int index, com.google.protobuf.Duration.Builder builderForValue)
Time offsets of the speech final results (is_final=true) relative to the beginning of the stream.CloudConversationDebuggingInfo.Builder
addSpeechFinalResultsEndTimes(com.google.protobuf.Duration value)
Time offsets of the speech final results (is_final=true) relative to the beginning of the stream.CloudConversationDebuggingInfo.Builder
addSpeechFinalResultsEndTimes(com.google.protobuf.Duration.Builder builderForValue)
Time offsets of the speech final results (is_final=true) relative to the beginning of the stream.com.google.protobuf.Duration.Builder
addSpeechFinalResultsEndTimesBuilder()
Time offsets of the speech final results (is_final=true) relative to the beginning of the stream.com.google.protobuf.Duration.Builder
addSpeechFinalResultsEndTimesBuilder(int index)
Time offsets of the speech final results (is_final=true) relative to the beginning of the stream.CloudConversationDebuggingInfo.Builder
addSpeechPartialResultsEndTimes(int index, com.google.protobuf.Duration value)
Time offsets of the speech partial results relative to the beginning of the stream.CloudConversationDebuggingInfo.Builder
addSpeechPartialResultsEndTimes(int index, com.google.protobuf.Duration.Builder builderForValue)
Time offsets of the speech partial results relative to the beginning of the stream.CloudConversationDebuggingInfo.Builder
addSpeechPartialResultsEndTimes(com.google.protobuf.Duration value)
Time offsets of the speech partial results relative to the beginning of the stream.CloudConversationDebuggingInfo.Builder
addSpeechPartialResultsEndTimes(com.google.protobuf.Duration.Builder builderForValue)
Time offsets of the speech partial results relative to the beginning of the stream.com.google.protobuf.Duration.Builder
addSpeechPartialResultsEndTimesBuilder()
Time offsets of the speech partial results relative to the beginning of the stream.com.google.protobuf.Duration.Builder
addSpeechPartialResultsEndTimesBuilder(int index)
Time offsets of the speech partial results relative to the beginning of the stream.CloudConversationDebuggingInfo
build()
CloudConversationDebuggingInfo
buildPartial()
CloudConversationDebuggingInfo.Builder
clear()
CloudConversationDebuggingInfo.Builder
clearAudioDataChunks()
Number of input audio data chunks in streaming requests.CloudConversationDebuggingInfo.Builder
clearBargeinEventTriggered()
Whether a barge-in event is triggered in this request.CloudConversationDebuggingInfo.Builder
clearClientHalfCloseStreamingTimeOffset()
Client half close time in terms of API streaming duration.CloudConversationDebuggingInfo.Builder
clearClientHalfCloseTimeOffset()
Client half close time in terms of input audio duration.CloudConversationDebuggingInfo.Builder
clearDtmfFinalResultsTimes()
Time offsets of the DTMF final results relative to the beginning of the stream.CloudConversationDebuggingInfo.Builder
clearDtmfPartialResultsTimes()
Time offsets of the DTMF partial results relative to the beginning of the stream.CloudConversationDebuggingInfo.Builder
clearEndpointingTimeout()
Speech endpointing timeout settings for the stream.CloudConversationDebuggingInfo.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
CloudConversationDebuggingInfo.Builder
clearFirstAudioDuration()
Duration of first audio chunk.CloudConversationDebuggingInfo.Builder
clearIsInputText()
Whether the streaming terminates with an injected text query.CloudConversationDebuggingInfo.Builder
clearNoSpeechTimeout()
No speech timeout settings for the stream.CloudConversationDebuggingInfo.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
CloudConversationDebuggingInfo.Builder
clearPartialResponses()
Total number of partial responses.CloudConversationDebuggingInfo.Builder
clearResultEndTimeOffset()
Time offset of the end of speech utterance relative to the beginning of the first audio chunk.CloudConversationDebuggingInfo.Builder
clearSingleUtterance()
Whether client used single utterance mode.CloudConversationDebuggingInfo.Builder
clearSingleUtteranceEndTimeOffset()
Time offset of the end-of-single-utterance signal relative to the beginning of the stream.CloudConversationDebuggingInfo.Builder
clearSpeakerIdPassiveLatencyMsOffset()
Time offset of Speaker ID stream close time relative to the Speech stream close time in milliseconds.CloudConversationDebuggingInfo.Builder
clearSpeechFinalResultsEndTimes()
Time offsets of the speech final results (is_final=true) relative to the beginning of the stream.CloudConversationDebuggingInfo.Builder
clearSpeechPartialResultsEndTimes()
Time offsets of the speech partial results relative to the beginning of the stream.CloudConversationDebuggingInfo.Builder
clearSpeechSingleUtterance()
Whether speech uses single utterance mode.CloudConversationDebuggingInfo.Builder
clone()
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.Duration.Builder
getClientHalfCloseStreamingTimeOffsetBuilder()
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.Duration.Builder
getClientHalfCloseTimeOffsetBuilder()
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.CloudConversationDebuggingInfo
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
com.google.protobuf.Duration
getDtmfFinalResultsTimes(int index)
Time offsets of the DTMF final results relative to the beginning of the stream.com.google.protobuf.Duration.Builder
getDtmfFinalResultsTimesBuilder(int index)
Time offsets of the DTMF final results relative to the beginning of the stream.List<com.google.protobuf.Duration.Builder>
getDtmfFinalResultsTimesBuilderList()
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.com.google.protobuf.Duration.Builder
getDtmfPartialResultsTimesBuilder(int index)
Time offsets of the DTMF partial results relative to the beginning of the stream.List<com.google.protobuf.Duration.Builder>
getDtmfPartialResultsTimesBuilderList()
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.Duration.Builder
getEndpointingTimeoutBuilder()
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.Duration.Builder
getFirstAudioDurationBuilder()
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.Duration.Builder
getNoSpeechTimeoutBuilder()
No speech timeout settings for the stream.com.google.protobuf.DurationOrBuilder
getNoSpeechTimeoutOrBuilder()
No speech timeout settings for the stream.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.Duration.Builder
getResultEndTimeOffsetBuilder()
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.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.Duration.Builder
getSingleUtteranceEndTimeOffsetBuilder()
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.com.google.protobuf.Duration.Builder
getSpeechFinalResultsEndTimesBuilder(int index)
Time offsets of the speech final results (is_final=true) relative to the beginning of the stream.List<com.google.protobuf.Duration.Builder>
getSpeechFinalResultsEndTimesBuilderList()
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.com.google.protobuf.Duration.Builder
getSpeechPartialResultsEndTimesBuilder(int index)
Time offsets of the speech partial results relative to the beginning of the stream.List<com.google.protobuf.Duration.Builder>
getSpeechPartialResultsEndTimesBuilderList()
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.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()
CloudConversationDebuggingInfo.Builder
mergeClientHalfCloseStreamingTimeOffset(com.google.protobuf.Duration value)
Client half close time in terms of API streaming duration.CloudConversationDebuggingInfo.Builder
mergeClientHalfCloseTimeOffset(com.google.protobuf.Duration value)
Client half close time in terms of input audio duration.CloudConversationDebuggingInfo.Builder
mergeEndpointingTimeout(com.google.protobuf.Duration value)
Speech endpointing timeout settings for the stream.CloudConversationDebuggingInfo.Builder
mergeFirstAudioDuration(com.google.protobuf.Duration value)
Duration of first audio chunk.CloudConversationDebuggingInfo.Builder
mergeFrom(CloudConversationDebuggingInfo other)
CloudConversationDebuggingInfo.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
CloudConversationDebuggingInfo.Builder
mergeFrom(com.google.protobuf.Message other)
CloudConversationDebuggingInfo.Builder
mergeNoSpeechTimeout(com.google.protobuf.Duration value)
No speech timeout settings for the stream.CloudConversationDebuggingInfo.Builder
mergeResultEndTimeOffset(com.google.protobuf.Duration value)
Time offset of the end of speech utterance relative to the beginning of the first audio chunk.CloudConversationDebuggingInfo.Builder
mergeSingleUtteranceEndTimeOffset(com.google.protobuf.Duration value)
Time offset of the end-of-single-utterance signal relative to the beginning of the stream.CloudConversationDebuggingInfo.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
CloudConversationDebuggingInfo.Builder
removeDtmfFinalResultsTimes(int index)
Time offsets of the DTMF final results relative to the beginning of the stream.CloudConversationDebuggingInfo.Builder
removeDtmfPartialResultsTimes(int index)
Time offsets of the DTMF partial results relative to the beginning of the stream.CloudConversationDebuggingInfo.Builder
removeSpeechFinalResultsEndTimes(int index)
Time offsets of the speech final results (is_final=true) relative to the beginning of the stream.CloudConversationDebuggingInfo.Builder
removeSpeechPartialResultsEndTimes(int index)
Time offsets of the speech partial results relative to the beginning of the stream.CloudConversationDebuggingInfo.Builder
setAudioDataChunks(int value)
Number of input audio data chunks in streaming requests.CloudConversationDebuggingInfo.Builder
setBargeinEventTriggered(boolean value)
Whether a barge-in event is triggered in this request.CloudConversationDebuggingInfo.Builder
setClientHalfCloseStreamingTimeOffset(com.google.protobuf.Duration value)
Client half close time in terms of API streaming duration.CloudConversationDebuggingInfo.Builder
setClientHalfCloseStreamingTimeOffset(com.google.protobuf.Duration.Builder builderForValue)
Client half close time in terms of API streaming duration.CloudConversationDebuggingInfo.Builder
setClientHalfCloseTimeOffset(com.google.protobuf.Duration value)
Client half close time in terms of input audio duration.CloudConversationDebuggingInfo.Builder
setClientHalfCloseTimeOffset(com.google.protobuf.Duration.Builder builderForValue)
Client half close time in terms of input audio duration.CloudConversationDebuggingInfo.Builder
setDtmfFinalResultsTimes(int index, com.google.protobuf.Duration value)
Time offsets of the DTMF final results relative to the beginning of the stream.CloudConversationDebuggingInfo.Builder
setDtmfFinalResultsTimes(int index, com.google.protobuf.Duration.Builder builderForValue)
Time offsets of the DTMF final results relative to the beginning of the stream.CloudConversationDebuggingInfo.Builder
setDtmfPartialResultsTimes(int index, com.google.protobuf.Duration value)
Time offsets of the DTMF partial results relative to the beginning of the stream.CloudConversationDebuggingInfo.Builder
setDtmfPartialResultsTimes(int index, com.google.protobuf.Duration.Builder builderForValue)
Time offsets of the DTMF partial results relative to the beginning of the stream.CloudConversationDebuggingInfo.Builder
setEndpointingTimeout(com.google.protobuf.Duration value)
Speech endpointing timeout settings for the stream.CloudConversationDebuggingInfo.Builder
setEndpointingTimeout(com.google.protobuf.Duration.Builder builderForValue)
Speech endpointing timeout settings for the stream.CloudConversationDebuggingInfo.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
CloudConversationDebuggingInfo.Builder
setFirstAudioDuration(com.google.protobuf.Duration value)
Duration of first audio chunk.CloudConversationDebuggingInfo.Builder
setFirstAudioDuration(com.google.protobuf.Duration.Builder builderForValue)
Duration of first audio chunk.CloudConversationDebuggingInfo.Builder
setIsInputText(boolean value)
Whether the streaming terminates with an injected text query.CloudConversationDebuggingInfo.Builder
setNoSpeechTimeout(com.google.protobuf.Duration value)
No speech timeout settings for the stream.CloudConversationDebuggingInfo.Builder
setNoSpeechTimeout(com.google.protobuf.Duration.Builder builderForValue)
No speech timeout settings for the stream.CloudConversationDebuggingInfo.Builder
setPartialResponses(int value)
Total number of partial responses.CloudConversationDebuggingInfo.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
CloudConversationDebuggingInfo.Builder
setResultEndTimeOffset(com.google.protobuf.Duration value)
Time offset of the end of speech utterance relative to the beginning of the first audio chunk.CloudConversationDebuggingInfo.Builder
setResultEndTimeOffset(com.google.protobuf.Duration.Builder builderForValue)
Time offset of the end of speech utterance relative to the beginning of the first audio chunk.CloudConversationDebuggingInfo.Builder
setSingleUtterance(boolean value)
Whether client used single utterance mode.CloudConversationDebuggingInfo.Builder
setSingleUtteranceEndTimeOffset(com.google.protobuf.Duration value)
Time offset of the end-of-single-utterance signal relative to the beginning of the stream.CloudConversationDebuggingInfo.Builder
setSingleUtteranceEndTimeOffset(com.google.protobuf.Duration.Builder builderForValue)
Time offset of the end-of-single-utterance signal relative to the beginning of the stream.CloudConversationDebuggingInfo.Builder
setSpeakerIdPassiveLatencyMsOffset(int value)
Time offset of Speaker ID stream close time relative to the Speech stream close time in milliseconds.CloudConversationDebuggingInfo.Builder
setSpeechFinalResultsEndTimes(int index, com.google.protobuf.Duration value)
Time offsets of the speech final results (is_final=true) relative to the beginning of the stream.CloudConversationDebuggingInfo.Builder
setSpeechFinalResultsEndTimes(int index, com.google.protobuf.Duration.Builder builderForValue)
Time offsets of the speech final results (is_final=true) relative to the beginning of the stream.CloudConversationDebuggingInfo.Builder
setSpeechPartialResultsEndTimes(int index, com.google.protobuf.Duration value)
Time offsets of the speech partial results relative to the beginning of the stream.CloudConversationDebuggingInfo.Builder
setSpeechPartialResultsEndTimes(int index, com.google.protobuf.Duration.Builder builderForValue)
Time offsets of the speech partial results relative to the beginning of the stream.CloudConversationDebuggingInfo.Builder
setSpeechSingleUtterance(boolean value)
Whether speech uses single utterance mode.CloudConversationDebuggingInfo.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
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.Builder<CloudConversationDebuggingInfo.Builder>
-
clear
public CloudConversationDebuggingInfo.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<CloudConversationDebuggingInfo.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<CloudConversationDebuggingInfo.Builder>
-
getDefaultInstanceForType
public CloudConversationDebuggingInfo getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public CloudConversationDebuggingInfo build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public CloudConversationDebuggingInfo buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public CloudConversationDebuggingInfo.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<CloudConversationDebuggingInfo.Builder>
-
setField
public CloudConversationDebuggingInfo.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<CloudConversationDebuggingInfo.Builder>
-
clearField
public CloudConversationDebuggingInfo.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<CloudConversationDebuggingInfo.Builder>
-
clearOneof
public CloudConversationDebuggingInfo.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<CloudConversationDebuggingInfo.Builder>
-
setRepeatedField
public CloudConversationDebuggingInfo.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<CloudConversationDebuggingInfo.Builder>
-
addRepeatedField
public CloudConversationDebuggingInfo.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<CloudConversationDebuggingInfo.Builder>
-
mergeFrom
public CloudConversationDebuggingInfo.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<CloudConversationDebuggingInfo.Builder>
-
mergeFrom
public CloudConversationDebuggingInfo.Builder mergeFrom(CloudConversationDebuggingInfo other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<CloudConversationDebuggingInfo.Builder>
-
mergeFrom
public CloudConversationDebuggingInfo.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<CloudConversationDebuggingInfo.Builder>
- Throws:
IOException
-
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.
-
setAudioDataChunks
public CloudConversationDebuggingInfo.Builder setAudioDataChunks(int value)
Number of input audio data chunks in streaming requests.
int32 audio_data_chunks = 1;
- Parameters:
value
- The audioDataChunks to set.- Returns:
- This builder for chaining.
-
clearAudioDataChunks
public CloudConversationDebuggingInfo.Builder clearAudioDataChunks()
Number of input audio data chunks in streaming requests.
int32 audio_data_chunks = 1;
- Returns:
- This builder for chaining.
-
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.
-
setResultEndTimeOffset
public CloudConversationDebuggingInfo.Builder setResultEndTimeOffset(com.google.protobuf.Duration value)
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;
-
setResultEndTimeOffset
public CloudConversationDebuggingInfo.Builder setResultEndTimeOffset(com.google.protobuf.Duration.Builder builderForValue)
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;
-
mergeResultEndTimeOffset
public CloudConversationDebuggingInfo.Builder mergeResultEndTimeOffset(com.google.protobuf.Duration value)
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;
-
clearResultEndTimeOffset
public CloudConversationDebuggingInfo.Builder clearResultEndTimeOffset()
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;
-
getResultEndTimeOffsetBuilder
public com.google.protobuf.Duration.Builder getResultEndTimeOffsetBuilder()
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
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.
-
setFirstAudioDuration
public CloudConversationDebuggingInfo.Builder setFirstAudioDuration(com.google.protobuf.Duration value)
Duration of first audio chunk.
.google.protobuf.Duration first_audio_duration = 3;
-
setFirstAudioDuration
public CloudConversationDebuggingInfo.Builder setFirstAudioDuration(com.google.protobuf.Duration.Builder builderForValue)
Duration of first audio chunk.
.google.protobuf.Duration first_audio_duration = 3;
-
mergeFirstAudioDuration
public CloudConversationDebuggingInfo.Builder mergeFirstAudioDuration(com.google.protobuf.Duration value)
Duration of first audio chunk.
.google.protobuf.Duration first_audio_duration = 3;
-
clearFirstAudioDuration
public CloudConversationDebuggingInfo.Builder clearFirstAudioDuration()
Duration of first audio chunk.
.google.protobuf.Duration first_audio_duration = 3;
-
getFirstAudioDurationBuilder
public com.google.protobuf.Duration.Builder getFirstAudioDurationBuilder()
Duration of first audio chunk.
.google.protobuf.Duration first_audio_duration = 3;
-
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.
-
setSingleUtterance
public CloudConversationDebuggingInfo.Builder setSingleUtterance(boolean value)
Whether client used single utterance mode.
bool single_utterance = 5;
- Parameters:
value
- The singleUtterance to set.- Returns:
- This builder for chaining.
-
clearSingleUtterance
public CloudConversationDebuggingInfo.Builder clearSingleUtterance()
Whether client used single utterance mode.
bool single_utterance = 5;
- Returns:
- This builder for chaining.
-
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
-
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
-
setSpeechPartialResultsEndTimes
public CloudConversationDebuggingInfo.Builder setSpeechPartialResultsEndTimes(int index, com.google.protobuf.Duration value)
Time offsets of the speech partial results relative to the beginning of the stream.
repeated .google.protobuf.Duration speech_partial_results_end_times = 6;
-
setSpeechPartialResultsEndTimes
public CloudConversationDebuggingInfo.Builder setSpeechPartialResultsEndTimes(int index, com.google.protobuf.Duration.Builder builderForValue)
Time offsets of the speech partial results relative to the beginning of the stream.
repeated .google.protobuf.Duration speech_partial_results_end_times = 6;
-
addSpeechPartialResultsEndTimes
public CloudConversationDebuggingInfo.Builder addSpeechPartialResultsEndTimes(com.google.protobuf.Duration value)
Time offsets of the speech partial results relative to the beginning of the stream.
repeated .google.protobuf.Duration speech_partial_results_end_times = 6;
-
addSpeechPartialResultsEndTimes
public CloudConversationDebuggingInfo.Builder addSpeechPartialResultsEndTimes(int index, com.google.protobuf.Duration value)
Time offsets of the speech partial results relative to the beginning of the stream.
repeated .google.protobuf.Duration speech_partial_results_end_times = 6;
-
addSpeechPartialResultsEndTimes
public CloudConversationDebuggingInfo.Builder addSpeechPartialResultsEndTimes(com.google.protobuf.Duration.Builder builderForValue)
Time offsets of the speech partial results relative to the beginning of the stream.
repeated .google.protobuf.Duration speech_partial_results_end_times = 6;
-
addSpeechPartialResultsEndTimes
public CloudConversationDebuggingInfo.Builder addSpeechPartialResultsEndTimes(int index, com.google.protobuf.Duration.Builder builderForValue)
Time offsets of the speech partial results relative to the beginning of the stream.
repeated .google.protobuf.Duration speech_partial_results_end_times = 6;
-
addAllSpeechPartialResultsEndTimes
public CloudConversationDebuggingInfo.Builder addAllSpeechPartialResultsEndTimes(Iterable<? extends com.google.protobuf.Duration> values)
Time offsets of the speech partial results relative to the beginning of the stream.
repeated .google.protobuf.Duration speech_partial_results_end_times = 6;
-
clearSpeechPartialResultsEndTimes
public CloudConversationDebuggingInfo.Builder clearSpeechPartialResultsEndTimes()
Time offsets of the speech partial results relative to the beginning of the stream.
repeated .google.protobuf.Duration speech_partial_results_end_times = 6;
-
removeSpeechPartialResultsEndTimes
public CloudConversationDebuggingInfo.Builder removeSpeechPartialResultsEndTimes(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;
-
getSpeechPartialResultsEndTimesBuilder
public com.google.protobuf.Duration.Builder getSpeechPartialResultsEndTimesBuilder(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
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
-
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
-
addSpeechPartialResultsEndTimesBuilder
public com.google.protobuf.Duration.Builder addSpeechPartialResultsEndTimesBuilder()
Time offsets of the speech partial results relative to the beginning of the stream.
repeated .google.protobuf.Duration speech_partial_results_end_times = 6;
-
addSpeechPartialResultsEndTimesBuilder
public com.google.protobuf.Duration.Builder addSpeechPartialResultsEndTimesBuilder(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;
-
getSpeechPartialResultsEndTimesBuilderList
public List<com.google.protobuf.Duration.Builder> getSpeechPartialResultsEndTimesBuilderList()
Time offsets of the speech partial results relative to the beginning of the stream.
repeated .google.protobuf.Duration speech_partial_results_end_times = 6;
-
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
-
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
-
setSpeechFinalResultsEndTimes
public CloudConversationDebuggingInfo.Builder setSpeechFinalResultsEndTimes(int index, com.google.protobuf.Duration value)
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;
-
setSpeechFinalResultsEndTimes
public CloudConversationDebuggingInfo.Builder setSpeechFinalResultsEndTimes(int index, com.google.protobuf.Duration.Builder builderForValue)
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;
-
addSpeechFinalResultsEndTimes
public CloudConversationDebuggingInfo.Builder addSpeechFinalResultsEndTimes(com.google.protobuf.Duration value)
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;
-
addSpeechFinalResultsEndTimes
public CloudConversationDebuggingInfo.Builder addSpeechFinalResultsEndTimes(int index, com.google.protobuf.Duration value)
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;
-
addSpeechFinalResultsEndTimes
public CloudConversationDebuggingInfo.Builder addSpeechFinalResultsEndTimes(com.google.protobuf.Duration.Builder builderForValue)
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;
-
addSpeechFinalResultsEndTimes
public CloudConversationDebuggingInfo.Builder addSpeechFinalResultsEndTimes(int index, com.google.protobuf.Duration.Builder builderForValue)
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;
-
addAllSpeechFinalResultsEndTimes
public CloudConversationDebuggingInfo.Builder addAllSpeechFinalResultsEndTimes(Iterable<? extends com.google.protobuf.Duration> values)
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;
-
clearSpeechFinalResultsEndTimes
public CloudConversationDebuggingInfo.Builder clearSpeechFinalResultsEndTimes()
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;
-
removeSpeechFinalResultsEndTimes
public CloudConversationDebuggingInfo.Builder removeSpeechFinalResultsEndTimes(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;
-
getSpeechFinalResultsEndTimesBuilder
public com.google.protobuf.Duration.Builder getSpeechFinalResultsEndTimesBuilder(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
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
-
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
-
addSpeechFinalResultsEndTimesBuilder
public com.google.protobuf.Duration.Builder addSpeechFinalResultsEndTimesBuilder()
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;
-
addSpeechFinalResultsEndTimesBuilder
public com.google.protobuf.Duration.Builder addSpeechFinalResultsEndTimesBuilder(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;
-
getSpeechFinalResultsEndTimesBuilderList
public List<com.google.protobuf.Duration.Builder> getSpeechFinalResultsEndTimesBuilderList()
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;
-
getPartialResponses
public int getPartialResponses()
Total number of partial responses.
int32 partial_responses = 8;
- Specified by:
getPartialResponses
in interfaceCloudConversationDebuggingInfoOrBuilder
- Returns:
- The partialResponses.
-
setPartialResponses
public CloudConversationDebuggingInfo.Builder setPartialResponses(int value)
Total number of partial responses.
int32 partial_responses = 8;
- Parameters:
value
- The partialResponses to set.- Returns:
- This builder for chaining.
-
clearPartialResponses
public CloudConversationDebuggingInfo.Builder clearPartialResponses()
Total number of partial responses.
int32 partial_responses = 8;
- Returns:
- This builder for chaining.
-
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.
-
setSpeakerIdPassiveLatencyMsOffset
public CloudConversationDebuggingInfo.Builder setSpeakerIdPassiveLatencyMsOffset(int value)
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;
- Parameters:
value
- The speakerIdPassiveLatencyMsOffset to set.- Returns:
- This builder for chaining.
-
clearSpeakerIdPassiveLatencyMsOffset
public CloudConversationDebuggingInfo.Builder clearSpeakerIdPassiveLatencyMsOffset()
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;
- Returns:
- This builder for chaining.
-
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.
-
setBargeinEventTriggered
public CloudConversationDebuggingInfo.Builder setBargeinEventTriggered(boolean value)
Whether a barge-in event is triggered in this request.
bool bargein_event_triggered = 10;
- Parameters:
value
- The bargeinEventTriggered to set.- Returns:
- This builder for chaining.
-
clearBargeinEventTriggered
public CloudConversationDebuggingInfo.Builder clearBargeinEventTriggered()
Whether a barge-in event is triggered in this request.
bool bargein_event_triggered = 10;
- Returns:
- This builder for chaining.
-
getSpeechSingleUtterance
public boolean getSpeechSingleUtterance()
Whether speech uses single utterance mode.
bool speech_single_utterance = 11;
- Specified by:
getSpeechSingleUtterance
in interfaceCloudConversationDebuggingInfoOrBuilder
- Returns:
- The speechSingleUtterance.
-
setSpeechSingleUtterance
public CloudConversationDebuggingInfo.Builder setSpeechSingleUtterance(boolean value)
Whether speech uses single utterance mode.
bool speech_single_utterance = 11;
- Parameters:
value
- The speechSingleUtterance to set.- Returns:
- This builder for chaining.
-
clearSpeechSingleUtterance
public CloudConversationDebuggingInfo.Builder clearSpeechSingleUtterance()
Whether speech uses single utterance mode.
bool speech_single_utterance = 11;
- Returns:
- This builder for chaining.
-
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
-
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
-
setDtmfPartialResultsTimes
public CloudConversationDebuggingInfo.Builder setDtmfPartialResultsTimes(int index, com.google.protobuf.Duration value)
Time offsets of the DTMF partial results relative to the beginning of the stream.
repeated .google.protobuf.Duration dtmf_partial_results_times = 12;
-
setDtmfPartialResultsTimes
public CloudConversationDebuggingInfo.Builder setDtmfPartialResultsTimes(int index, com.google.protobuf.Duration.Builder builderForValue)
Time offsets of the DTMF partial results relative to the beginning of the stream.
repeated .google.protobuf.Duration dtmf_partial_results_times = 12;
-
addDtmfPartialResultsTimes
public CloudConversationDebuggingInfo.Builder addDtmfPartialResultsTimes(com.google.protobuf.Duration value)
Time offsets of the DTMF partial results relative to the beginning of the stream.
repeated .google.protobuf.Duration dtmf_partial_results_times = 12;
-
addDtmfPartialResultsTimes
public CloudConversationDebuggingInfo.Builder addDtmfPartialResultsTimes(int index, com.google.protobuf.Duration value)
Time offsets of the DTMF partial results relative to the beginning of the stream.
repeated .google.protobuf.Duration dtmf_partial_results_times = 12;
-
addDtmfPartialResultsTimes
public CloudConversationDebuggingInfo.Builder addDtmfPartialResultsTimes(com.google.protobuf.Duration.Builder builderForValue)
Time offsets of the DTMF partial results relative to the beginning of the stream.
repeated .google.protobuf.Duration dtmf_partial_results_times = 12;
-
addDtmfPartialResultsTimes
public CloudConversationDebuggingInfo.Builder addDtmfPartialResultsTimes(int index, com.google.protobuf.Duration.Builder builderForValue)
Time offsets of the DTMF partial results relative to the beginning of the stream.
repeated .google.protobuf.Duration dtmf_partial_results_times = 12;
-
addAllDtmfPartialResultsTimes
public CloudConversationDebuggingInfo.Builder addAllDtmfPartialResultsTimes(Iterable<? extends com.google.protobuf.Duration> values)
Time offsets of the DTMF partial results relative to the beginning of the stream.
repeated .google.protobuf.Duration dtmf_partial_results_times = 12;
-
clearDtmfPartialResultsTimes
public CloudConversationDebuggingInfo.Builder clearDtmfPartialResultsTimes()
Time offsets of the DTMF partial results relative to the beginning of the stream.
repeated .google.protobuf.Duration dtmf_partial_results_times = 12;
-
removeDtmfPartialResultsTimes
public CloudConversationDebuggingInfo.Builder removeDtmfPartialResultsTimes(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;
-
getDtmfPartialResultsTimesBuilder
public com.google.protobuf.Duration.Builder getDtmfPartialResultsTimesBuilder(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
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
-
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
-
addDtmfPartialResultsTimesBuilder
public com.google.protobuf.Duration.Builder addDtmfPartialResultsTimesBuilder()
Time offsets of the DTMF partial results relative to the beginning of the stream.
repeated .google.protobuf.Duration dtmf_partial_results_times = 12;
-
addDtmfPartialResultsTimesBuilder
public com.google.protobuf.Duration.Builder addDtmfPartialResultsTimesBuilder(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;
-
getDtmfPartialResultsTimesBuilderList
public List<com.google.protobuf.Duration.Builder> getDtmfPartialResultsTimesBuilderList()
Time offsets of the DTMF partial results relative to the beginning of the stream.
repeated .google.protobuf.Duration dtmf_partial_results_times = 12;
-
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
-
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
-
setDtmfFinalResultsTimes
public CloudConversationDebuggingInfo.Builder setDtmfFinalResultsTimes(int index, com.google.protobuf.Duration value)
Time offsets of the DTMF final results relative to the beginning of the stream.
repeated .google.protobuf.Duration dtmf_final_results_times = 13;
-
setDtmfFinalResultsTimes
public CloudConversationDebuggingInfo.Builder setDtmfFinalResultsTimes(int index, com.google.protobuf.Duration.Builder builderForValue)
Time offsets of the DTMF final results relative to the beginning of the stream.
repeated .google.protobuf.Duration dtmf_final_results_times = 13;
-
addDtmfFinalResultsTimes
public CloudConversationDebuggingInfo.Builder addDtmfFinalResultsTimes(com.google.protobuf.Duration value)
Time offsets of the DTMF final results relative to the beginning of the stream.
repeated .google.protobuf.Duration dtmf_final_results_times = 13;
-
addDtmfFinalResultsTimes
public CloudConversationDebuggingInfo.Builder addDtmfFinalResultsTimes(int index, com.google.protobuf.Duration value)
Time offsets of the DTMF final results relative to the beginning of the stream.
repeated .google.protobuf.Duration dtmf_final_results_times = 13;
-
addDtmfFinalResultsTimes
public CloudConversationDebuggingInfo.Builder addDtmfFinalResultsTimes(com.google.protobuf.Duration.Builder builderForValue)
Time offsets of the DTMF final results relative to the beginning of the stream.
repeated .google.protobuf.Duration dtmf_final_results_times = 13;
-
addDtmfFinalResultsTimes
public CloudConversationDebuggingInfo.Builder addDtmfFinalResultsTimes(int index, com.google.protobuf.Duration.Builder builderForValue)
Time offsets of the DTMF final results relative to the beginning of the stream.
repeated .google.protobuf.Duration dtmf_final_results_times = 13;
-
addAllDtmfFinalResultsTimes
public CloudConversationDebuggingInfo.Builder addAllDtmfFinalResultsTimes(Iterable<? extends com.google.protobuf.Duration> values)
Time offsets of the DTMF final results relative to the beginning of the stream.
repeated .google.protobuf.Duration dtmf_final_results_times = 13;
-
clearDtmfFinalResultsTimes
public CloudConversationDebuggingInfo.Builder clearDtmfFinalResultsTimes()
Time offsets of the DTMF final results relative to the beginning of the stream.
repeated .google.protobuf.Duration dtmf_final_results_times = 13;
-
removeDtmfFinalResultsTimes
public CloudConversationDebuggingInfo.Builder removeDtmfFinalResultsTimes(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;
-
getDtmfFinalResultsTimesBuilder
public com.google.protobuf.Duration.Builder getDtmfFinalResultsTimesBuilder(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
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
-
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
-
addDtmfFinalResultsTimesBuilder
public com.google.protobuf.Duration.Builder addDtmfFinalResultsTimesBuilder()
Time offsets of the DTMF final results relative to the beginning of the stream.
repeated .google.protobuf.Duration dtmf_final_results_times = 13;
-
addDtmfFinalResultsTimesBuilder
public com.google.protobuf.Duration.Builder addDtmfFinalResultsTimesBuilder(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;
-
getDtmfFinalResultsTimesBuilderList
public List<com.google.protobuf.Duration.Builder> getDtmfFinalResultsTimesBuilderList()
Time offsets of the DTMF final results relative to the beginning of the stream.
repeated .google.protobuf.Duration dtmf_final_results_times = 13;
-
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.
-
setSingleUtteranceEndTimeOffset
public CloudConversationDebuggingInfo.Builder setSingleUtteranceEndTimeOffset(com.google.protobuf.Duration value)
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;
-
setSingleUtteranceEndTimeOffset
public CloudConversationDebuggingInfo.Builder setSingleUtteranceEndTimeOffset(com.google.protobuf.Duration.Builder builderForValue)
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;
-
mergeSingleUtteranceEndTimeOffset
public CloudConversationDebuggingInfo.Builder mergeSingleUtteranceEndTimeOffset(com.google.protobuf.Duration value)
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;
-
clearSingleUtteranceEndTimeOffset
public CloudConversationDebuggingInfo.Builder clearSingleUtteranceEndTimeOffset()
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;
-
getSingleUtteranceEndTimeOffsetBuilder
public com.google.protobuf.Duration.Builder getSingleUtteranceEndTimeOffsetBuilder()
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
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.
-
setNoSpeechTimeout
public CloudConversationDebuggingInfo.Builder setNoSpeechTimeout(com.google.protobuf.Duration value)
No speech timeout settings for the stream.
.google.protobuf.Duration no_speech_timeout = 15;
-
setNoSpeechTimeout
public CloudConversationDebuggingInfo.Builder setNoSpeechTimeout(com.google.protobuf.Duration.Builder builderForValue)
No speech timeout settings for the stream.
.google.protobuf.Duration no_speech_timeout = 15;
-
mergeNoSpeechTimeout
public CloudConversationDebuggingInfo.Builder mergeNoSpeechTimeout(com.google.protobuf.Duration value)
No speech timeout settings for the stream.
.google.protobuf.Duration no_speech_timeout = 15;
-
clearNoSpeechTimeout
public CloudConversationDebuggingInfo.Builder clearNoSpeechTimeout()
No speech timeout settings for the stream.
.google.protobuf.Duration no_speech_timeout = 15;
-
getNoSpeechTimeoutBuilder
public com.google.protobuf.Duration.Builder getNoSpeechTimeoutBuilder()
No speech timeout settings for the stream.
.google.protobuf.Duration no_speech_timeout = 15;
-
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.
-
setEndpointingTimeout
public CloudConversationDebuggingInfo.Builder setEndpointingTimeout(com.google.protobuf.Duration value)
Speech endpointing timeout settings for the stream.
.google.protobuf.Duration endpointing_timeout = 19;
-
setEndpointingTimeout
public CloudConversationDebuggingInfo.Builder setEndpointingTimeout(com.google.protobuf.Duration.Builder builderForValue)
Speech endpointing timeout settings for the stream.
.google.protobuf.Duration endpointing_timeout = 19;
-
mergeEndpointingTimeout
public CloudConversationDebuggingInfo.Builder mergeEndpointingTimeout(com.google.protobuf.Duration value)
Speech endpointing timeout settings for the stream.
.google.protobuf.Duration endpointing_timeout = 19;
-
clearEndpointingTimeout
public CloudConversationDebuggingInfo.Builder clearEndpointingTimeout()
Speech endpointing timeout settings for the stream.
.google.protobuf.Duration endpointing_timeout = 19;
-
getEndpointingTimeoutBuilder
public com.google.protobuf.Duration.Builder getEndpointingTimeoutBuilder()
Speech endpointing timeout settings for the stream.
.google.protobuf.Duration endpointing_timeout = 19;
-
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.
-
setIsInputText
public CloudConversationDebuggingInfo.Builder setIsInputText(boolean value)
Whether the streaming terminates with an injected text query.
bool is_input_text = 16;
- Parameters:
value
- The isInputText to set.- Returns:
- This builder for chaining.
-
clearIsInputText
public CloudConversationDebuggingInfo.Builder clearIsInputText()
Whether the streaming terminates with an injected text query.
bool is_input_text = 16;
- Returns:
- This builder for chaining.
-
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.
-
setClientHalfCloseTimeOffset
public CloudConversationDebuggingInfo.Builder setClientHalfCloseTimeOffset(com.google.protobuf.Duration value)
Client half close time in terms of input audio duration.
.google.protobuf.Duration client_half_close_time_offset = 17;
-
setClientHalfCloseTimeOffset
public CloudConversationDebuggingInfo.Builder setClientHalfCloseTimeOffset(com.google.protobuf.Duration.Builder builderForValue)
Client half close time in terms of input audio duration.
.google.protobuf.Duration client_half_close_time_offset = 17;
-
mergeClientHalfCloseTimeOffset
public CloudConversationDebuggingInfo.Builder mergeClientHalfCloseTimeOffset(com.google.protobuf.Duration value)
Client half close time in terms of input audio duration.
.google.protobuf.Duration client_half_close_time_offset = 17;
-
clearClientHalfCloseTimeOffset
public CloudConversationDebuggingInfo.Builder clearClientHalfCloseTimeOffset()
Client half close time in terms of input audio duration.
.google.protobuf.Duration client_half_close_time_offset = 17;
-
getClientHalfCloseTimeOffsetBuilder
public com.google.protobuf.Duration.Builder getClientHalfCloseTimeOffsetBuilder()
Client half close time in terms of input audio duration.
.google.protobuf.Duration client_half_close_time_offset = 17;
-
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.
-
setClientHalfCloseStreamingTimeOffset
public CloudConversationDebuggingInfo.Builder setClientHalfCloseStreamingTimeOffset(com.google.protobuf.Duration value)
Client half close time in terms of API streaming duration.
.google.protobuf.Duration client_half_close_streaming_time_offset = 18;
-
setClientHalfCloseStreamingTimeOffset
public CloudConversationDebuggingInfo.Builder setClientHalfCloseStreamingTimeOffset(com.google.protobuf.Duration.Builder builderForValue)
Client half close time in terms of API streaming duration.
.google.protobuf.Duration client_half_close_streaming_time_offset = 18;
-
mergeClientHalfCloseStreamingTimeOffset
public CloudConversationDebuggingInfo.Builder mergeClientHalfCloseStreamingTimeOffset(com.google.protobuf.Duration value)
Client half close time in terms of API streaming duration.
.google.protobuf.Duration client_half_close_streaming_time_offset = 18;
-
clearClientHalfCloseStreamingTimeOffset
public CloudConversationDebuggingInfo.Builder clearClientHalfCloseStreamingTimeOffset()
Client half close time in terms of API streaming duration.
.google.protobuf.Duration client_half_close_streaming_time_offset = 18;
-
getClientHalfCloseStreamingTimeOffsetBuilder
public com.google.protobuf.Duration.Builder getClientHalfCloseStreamingTimeOffsetBuilder()
Client half close time in terms of API streaming duration.
.google.protobuf.Duration client_half_close_streaming_time_offset = 18;
-
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
-
setUnknownFields
public final CloudConversationDebuggingInfo.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<CloudConversationDebuggingInfo.Builder>
-
mergeUnknownFields
public final CloudConversationDebuggingInfo.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<CloudConversationDebuggingInfo.Builder>
-
-