Class TextInput (1.6.0)

public sealed class TextInput : IMessage<TextInput>, IEquatable<TextInput>, IDeepCloneable<TextInput>, IBufferMessage, IMessage

Represents the natural language text to be processed.

Inheritance

Object > TextInput

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

TextInput()

public TextInput()

TextInput(TextInput)

public TextInput(TextInput other)
Parameter
Name Description
other TextInput

Properties

Text

public string Text { get; set; }

Required. The UTF-8 encoded natural language text to be processed. Text length must not exceed 256 characters.

Property Value
Type Description
String

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.