Class: Google::Cloud::Dialogflow::CX::V3::SpeechProcessingMetadata

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

Overview

Metadata of the speech-to-text and text-to-speech processing.

Instance Attribute Summary collapse

Instance Attribute Details

#display_name::String (readonly)

Returns Output only. The display name of the speech processing.

Returns:

  • (::String)

    Output only. The display name of the speech processing.



69
70
71
72
# File 'proto_docs/google/cloud/dialogflow/cx/v3/trace.rb', line 69

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