Class: Google::Cloud::Dialogflow::CX::V3::UserUtterance
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::UserUtterance
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/trace.rb
Overview
UserUtterance represents one message sent by the customer.
Instance Attribute Summary collapse
-
#text ⇒ ::String
Required.
Instance Attribute Details
#text ⇒ ::String
Returns Required. Message content in text.
170 171 172 173 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/trace.rb', line 170 class UserUtterance include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |