Class: Google::Cloud::Dialogflow::V2::AnnotatedMessagePart

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

Overview

Represents a part of a message possibly annotated with an entity. The part can be an entity or purely a part of the message between two entities or message start/end.

Instance Attribute Summary collapse

Instance Attribute Details

#entity_type::String



958
959
960
961
# File 'proto_docs/google/cloud/dialogflow/v2/participant.rb', line 958

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

#formatted_value::Google::Protobuf::Value



958
959
960
961
# File 'proto_docs/google/cloud/dialogflow/v2/participant.rb', line 958

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

#text::String



958
959
960
961
# File 'proto_docs/google/cloud/dialogflow/v2/participant.rb', line 958

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