Class: Google::Cloud::DiscoveryEngine::V1beta::TextInput

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/discoveryengine/v1beta/conversation.rb

Overview

Defines text input.

Instance Attribute Summary collapse

Instance Attribute Details

#context::Google::Cloud::DiscoveryEngine::V1beta::ConversationContext

Returns Conversation context of the input.

Returns:



121
122
123
124
# File 'proto_docs/google/cloud/discoveryengine/v1beta/conversation.rb', line 121

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

#input::String

Returns Text input.

Returns:

  • (::String)

    Text input.



121
122
123
124
# File 'proto_docs/google/cloud/discoveryengine/v1beta/conversation.rb', line 121

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