Class: Google::Cloud::DiscoveryEngine::V1::TextInput
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::TextInput
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/conversation.rb
Overview
Defines text input.
Instance Attribute Summary collapse
-
#context ⇒ ::Google::Cloud::DiscoveryEngine::V1::ConversationContext
Conversation context of the input.
-
#input ⇒ ::String
Text input.
Instance Attribute Details
#context ⇒ ::Google::Cloud::DiscoveryEngine::V1::ConversationContext
Returns Conversation context of the input.
91 92 93 94 |
# File 'proto_docs/google/cloud/discoveryengine/v1/conversation.rb', line 91 class TextInput include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |