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