Class: Google::Cloud::DiscoveryEngine::V1::TextInput

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#context::Google::Cloud::DiscoveryEngine::V1::ConversationContext

Returns Conversation context of the input.

Returns:



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

#input::String

Returns Text input.

Returns:

  • (::String)

    Text 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