Gemini Enterprise for Customer Experience v1 API - Class TriggerAction.Types.Response (1.0.0-beta01)

public sealed class TriggerAction.Types.Response : IMessage<TriggerAction.Types.Response>, IEquatable<TriggerAction.Types.Response>, IDeepCloneable<TriggerAction.Types.Response>, IBufferMessage, IMessage

Reference documentation and code samples for the Gemini Enterprise for Customer Experience v1 API class TriggerAction.Types.Response.

Represents a response from the agent.

Inheritance

object > TriggerAction.Types.Response

Namespace

Google.Cloud.Ces.V1

Assembly

Google.Cloud.Ces.V1.dll

Constructors

Response()

public Response()

Response(Response)

public Response(TriggerAction.Types.Response other)
Parameter
Name Description
other TriggerActionTypesResponse

Properties

Disabled

public bool Disabled { get; set; }

Optional. Whether the response is disabled. Disabled responses are not used by the agent.

Property Value
Type Description
bool

Text

public string Text { get; set; }

Required. Text for the agent to respond with.

Property Value
Type Description
string