Class Google::Cloud::Dialogflow::CX::V3::TextInput (v0.6.0)

Represents the natural language text to be processed.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#text

def text() -> ::String
Returns
  • (::String) — Required. The UTF-8 encoded natural language text to be processed. Text length must not exceed 256 characters.

#text=

def text=(value) -> ::String
Parameter
  • value (::String) — Required. The UTF-8 encoded natural language text to be processed. Text length must not exceed 256 characters.
Returns
  • (::String) — Required. The UTF-8 encoded natural language text to be processed. Text length must not exceed 256 characters.