public sealed class TriggerAction.Types.Response : IMessage<TriggerAction.Types.Response>, IEquatable<TriggerAction.Types.Response>, IDeepCloneable<TriggerAction.Types.Response>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1 API class TriggerAction.Types.Response.
Represents a response from the agent.
Implements
IMessageTriggerActionTypesResponse, IEquatableTriggerActionTypesResponse, IDeepCloneableTriggerActionTypesResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1Assembly
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 |
|