Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::TextInput.
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=
def text=(value) -> ::String
Parameter
- value (::String) — Required. The UTF-8 encoded natural language text to be processed.
Returns
- (::String) — Required. The UTF-8 encoded natural language text to be processed.