Show / Hide Table of Contents

Class WidgetToolTextResponseConfig

Configuration for the text response returned with the widget.

Inheritance
object
WidgetToolTextResponseConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CustomerEngagementSuite.v1.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX