Show / Hide Table of Contents

Class TriggerActionRespondImmediately

The agent will immediately respond with a preconfigured response.

Inheritance
object
TriggerActionRespondImmediately
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 TriggerActionRespondImmediately : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Responses

Required. The canned responses for the agent to choose from. The response is chosen randomly.

Declaration
[JsonProperty("responses")]
public virtual IList<TriggerActionResponse> Responses { get; set; }
Property Value
Type Description
IList<TriggerActionResponse>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX