Class WidgetToolTextResponseConfig
Configuration for the text response returned with the widget.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class WidgetToolTextResponseConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
StaticText
Optional. The static text response to return when type is STATIC.
Declaration
[JsonProperty("staticText")]
public virtual string StaticText { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TextResponseInstruction
Optional. Instruction for the LLM on how to generate the text response. Used as the description for the text response parameter if type is LLM_GENERATED.
Declaration
[JsonProperty("textResponseInstruction")]
public virtual string TextResponseInstruction { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Type
Optional. The strategy for providing the text response.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |