Google Cloud Dialogflow v2 API - Class FreeFormContext (4.26.0)

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

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

Free form generator context that customer can configure.

Inheritance

object > FreeFormContext

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.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