Show / Hide Table of Contents

Class TriggerAction

Action that is taken when a certain precondition is met.

Inheritance
object
TriggerAction
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.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class TriggerAction : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

GenerativeAnswer

Optional. Respond with a generative answer.

Declaration
[JsonProperty("generativeAnswer")]
public virtual TriggerActionGenerativeAnswer GenerativeAnswer { get; set; }
Property Value
Type Description
TriggerActionGenerativeAnswer

RespondImmediately

Optional. Immediately respond with a preconfigured response.

Declaration
[JsonProperty("respondImmediately")]
public virtual TriggerActionRespondImmediately RespondImmediately { get; set; }
Property Value
Type Description
TriggerActionRespondImmediately

TransferAgent

Optional. Transfer the conversation to a different agent.

Declaration
[JsonProperty("transferAgent")]
public virtual TriggerActionTransferAgent TransferAgent { get; set; }
Property Value
Type Description
TriggerActionTransferAgent

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX