Class: Google::Cloud::Dialogflow::CX::V3::TextInput

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/cx/v3/session.rb

Overview

Represents the natural language text to be processed.

Instance Attribute Summary collapse

Instance Attribute Details

#text::String

Returns Required. The UTF-8 encoded natural language text to be processed.

Returns:

  • (::String)

    Required. The UTF-8 encoded natural language text to be processed.



1003
1004
1005
1006
# File 'proto_docs/google/cloud/dialogflow/cx/v3/session.rb', line 1003

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