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.
Implements
IMessageFreeFormContext, IEquatableFreeFormContext, IDeepCloneableFreeFormContext, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Beta1Assembly
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 |