Show / Hide Table of Contents

Class TransferRule

Rule for transferring to a specific agent.

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

Properties

ChildAgent

Required. The resource name of the child agent the rule applies to. Format: projects/{project}/locations/{location}/apps/{app}/agents/{agent}

Declaration
[JsonProperty("childAgent")]
public virtual string ChildAgent { get; set; }
Property Value
Type Description
string

DeterministicTransfer

Optional. A rule that immediately transfers to the target agent when the condition is met.

Declaration
[JsonProperty("deterministicTransfer")]
public virtual TransferRuleDeterministicTransfer DeterministicTransfer { get; set; }
Property Value
Type Description
TransferRuleDeterministicTransfer

Direction

Required. The direction of the transfer.

Declaration
[JsonProperty("direction")]
public virtual string Direction { get; set; }
Property Value
Type Description
string

DisablePlannerTransfer

Optional. Rule that prevents the planner from transferring to the target agent.

Declaration
[JsonProperty("disablePlannerTransfer")]
public virtual TransferRuleDisablePlannerTransfer DisablePlannerTransfer { get; set; }
Property Value
Type Description
TransferRuleDisablePlannerTransfer

ETag

The ETag of the item.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX