Google Cloud Dialogflow v2beta1 API - Class FreeFormContext (1.0.0-beta23)

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

Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class FreeFormContext.

Free form generator context that customer can configure.

Inheritance

object > FreeFormContext

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

FreeFormContext()

public FreeFormContext()

FreeFormContext(FreeFormContext)

public FreeFormContext(FreeFormContext other)
Parameter
Name Description
other FreeFormContext

Properties

Text

public string Text { get; set; }

Optional. Free form text input to LLM.

Property Value
Type Description
string