Google Cloud Dialogflow v2beta1 API - Class CloudConversationDebuggingInfo (1.0.0-beta15)

public sealed class CloudConversationDebuggingInfo : IMessage<CloudConversationDebuggingInfo>, IEquatable<CloudConversationDebuggingInfo>, IDeepCloneable<CloudConversationDebuggingInfo>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class CloudConversationDebuggingInfo.

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.

Inheritance

object > CloudConversationDebuggingInfo

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

CloudConversationDebuggingInfo()

public CloudConversationDebuggingInfo()

CloudConversationDebuggingInfo(CloudConversationDebuggingInfo)

public CloudConversationDebuggingInfo(CloudConversationDebuggingInfo other)
Parameter
NameDescription
otherCloudConversationDebuggingInfo

Properties

AudioDataChunks

public int AudioDataChunks { get; set; }

Number of input audio data chunks in streaming requests.

Property Value
TypeDescription
int

BargeinEventTriggered

public bool BargeinEventTriggered { get; set; }

Whether a barge-in event is triggered in this request.

Property Value
TypeDescription
bool

ClientHalfCloseStreamingTimeOffset

public Duration ClientHalfCloseStreamingTimeOffset { get; set; }

Client half close time in terms of API streaming duration.

Property Value
TypeDescription
Duration

ClientHalfCloseTimeOffset

public Duration ClientHalfCloseTimeOffset { get; set; }

Client half close time in terms of input audio duration.

Property Value
TypeDescription
Duration

DtmfFinalResultsTimes

public RepeatedField<Duration> DtmfFinalResultsTimes { get; }

Time offsets of the DTMF final results relative to the beginning of the stream.

Property Value
TypeDescription
RepeatedFieldDuration

DtmfPartialResultsTimes

public RepeatedField<Duration> DtmfPartialResultsTimes { get; }

Time offsets of the DTMF partial results relative to the beginning of the stream.

Property Value
TypeDescription
RepeatedFieldDuration

EndpointingTimeout

public Duration EndpointingTimeout { get; set; }

Speech endpointing timeout settings for the stream.

Property Value
TypeDescription
Duration

FirstAudioDuration

public Duration FirstAudioDuration { get; set; }

Duration of first audio chunk.

Property Value
TypeDescription
Duration

IsInputText

public bool IsInputText { get; set; }

Whether the streaming terminates with an injected text query.

Property Value
TypeDescription
bool

NoSpeechTimeout

public Duration NoSpeechTimeout { get; set; }

No speech timeout settings for the stream.

Property Value
TypeDescription
Duration

PartialResponses

public int PartialResponses { get; set; }

Total number of partial responses.

Property Value
TypeDescription
int

ResultEndTimeOffset

public Duration ResultEndTimeOffset { get; set; }

Time offset of the end of speech utterance relative to the beginning of the first audio chunk.

Property Value
TypeDescription
Duration

SingleUtterance

public bool SingleUtterance { get; set; }

Whether client used single utterance mode.

Property Value
TypeDescription
bool

SingleUtteranceEndTimeOffset

public Duration SingleUtteranceEndTimeOffset { get; set; }

Time offset of the end-of-single-utterance signal relative to the beginning of the stream.

Property Value
TypeDescription
Duration

SpeakerIdPassiveLatencyMsOffset

public int SpeakerIdPassiveLatencyMsOffset { get; set; }

Time offset of Speaker ID stream close time relative to the Speech stream close time in milliseconds. Only meaningful for conversations involving passive verification.

Property Value
TypeDescription
int

SpeechFinalResultsEndTimes

public RepeatedField<Duration> SpeechFinalResultsEndTimes { get; }

Time offsets of the speech final results (is_final=true) relative to the beginning of the stream.

Property Value
TypeDescription
RepeatedFieldDuration

SpeechPartialResultsEndTimes

public RepeatedField<Duration> SpeechPartialResultsEndTimes { get; }

Time offsets of the speech partial results relative to the beginning of the stream.

Property Value
TypeDescription
RepeatedFieldDuration

SpeechSingleUtterance

public bool SpeechSingleUtterance { get; set; }

Whether speech uses single utterance mode.

Property Value
TypeDescription
bool