Class: Google::Cloud::Dialogflow::CX::V3::CloudConversationDebuggingInfo

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/cx/v3/session.rb

Overview

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.

Instance Attribute Summary collapse

Instance Attribute Details

#audio_data_chunks::Integer

Returns Number of input audio data chunks in streaming requests.

Returns:

  • (::Integer)

    Number of input audio data chunks in streaming requests.



317
318
319
320
# File 'proto_docs/google/cloud/dialogflow/cx/v3/session.rb', line 317

class CloudConversationDebuggingInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#bargein_event_triggered::Boolean

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

Returns:

  • (::Boolean)

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



317
318
319
320
# File 'proto_docs/google/cloud/dialogflow/cx/v3/session.rb', line 317

class CloudConversationDebuggingInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#client_half_close_streaming_time_offset::Google::Protobuf::Duration

Returns Client half close time in terms of API streaming duration.

Returns:



317
318
319
320
# File 'proto_docs/google/cloud/dialogflow/cx/v3/session.rb', line 317

class CloudConversationDebuggingInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#client_half_close_time_offset::Google::Protobuf::Duration

Returns Client half close time in terms of input audio duration.

Returns:



317
318
319
320
# File 'proto_docs/google/cloud/dialogflow/cx/v3/session.rb', line 317

class CloudConversationDebuggingInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#dtmf_final_results_times::Array<::Google::Protobuf::Duration>

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

Returns:



317
318
319
320
# File 'proto_docs/google/cloud/dialogflow/cx/v3/session.rb', line 317

class CloudConversationDebuggingInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#dtmf_partial_results_times::Array<::Google::Protobuf::Duration>

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

Returns:



317
318
319
320
# File 'proto_docs/google/cloud/dialogflow/cx/v3/session.rb', line 317

class CloudConversationDebuggingInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#endpointing_timeout::Google::Protobuf::Duration

Returns Speech endpointing timeout settings for the stream.

Returns:



317
318
319
320
# File 'proto_docs/google/cloud/dialogflow/cx/v3/session.rb', line 317

class CloudConversationDebuggingInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#first_audio_duration::Google::Protobuf::Duration

Returns Duration of first audio chunk.

Returns:



317
318
319
320
# File 'proto_docs/google/cloud/dialogflow/cx/v3/session.rb', line 317

class CloudConversationDebuggingInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#is_input_text::Boolean

Returns Whether the streaming terminates with an injected text query.

Returns:

  • (::Boolean)

    Whether the streaming terminates with an injected text query.



317
318
319
320
# File 'proto_docs/google/cloud/dialogflow/cx/v3/session.rb', line 317

class CloudConversationDebuggingInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#no_speech_timeout::Google::Protobuf::Duration

Returns No speech timeout settings for the stream.

Returns:



317
318
319
320
# File 'proto_docs/google/cloud/dialogflow/cx/v3/session.rb', line 317

class CloudConversationDebuggingInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#partial_responses::Integer

Returns Total number of partial responses.

Returns:

  • (::Integer)

    Total number of partial responses.



317
318
319
320
# File 'proto_docs/google/cloud/dialogflow/cx/v3/session.rb', line 317

class CloudConversationDebuggingInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#result_end_time_offset::Google::Protobuf::Duration

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

Returns:



317
318
319
320
# File 'proto_docs/google/cloud/dialogflow/cx/v3/session.rb', line 317

class CloudConversationDebuggingInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#single_utterance::Boolean

Returns Whether client used single utterance mode.

Returns:

  • (::Boolean)

    Whether client used single utterance mode.



317
318
319
320
# File 'proto_docs/google/cloud/dialogflow/cx/v3/session.rb', line 317

class CloudConversationDebuggingInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#single_utterance_end_time_offset::Google::Protobuf::Duration

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

Returns:



317
318
319
320
# File 'proto_docs/google/cloud/dialogflow/cx/v3/session.rb', line 317

class CloudConversationDebuggingInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#speaker_id_passive_latency_ms_offset::Integer

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

Returns:

  • (::Integer)

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



317
318
319
320
# File 'proto_docs/google/cloud/dialogflow/cx/v3/session.rb', line 317

class CloudConversationDebuggingInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#speech_final_results_end_times::Array<::Google::Protobuf::Duration>

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

Returns:

  • (::Array<::Google::Protobuf::Duration>)

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



317
318
319
320
# File 'proto_docs/google/cloud/dialogflow/cx/v3/session.rb', line 317

class CloudConversationDebuggingInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#speech_partial_results_end_times::Array<::Google::Protobuf::Duration>

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

Returns:



317
318
319
320
# File 'proto_docs/google/cloud/dialogflow/cx/v3/session.rb', line 317

class CloudConversationDebuggingInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#speech_single_utterance::Boolean

Returns Whether speech uses single utterance mode.

Returns:

  • (::Boolean)

    Whether speech uses single utterance mode.



317
318
319
320
# File 'proto_docs/google/cloud/dialogflow/cx/v3/session.rb', line 317

class CloudConversationDebuggingInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end