Class TriggerActionRespondImmediately
The agent will immediately respond with a preconfigured response.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1.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> |