Class GoogleCloudDialogflowV2HumanAgentHandoffConfig
Inheritance
GoogleCloudDialogflowV2HumanAgentHandoffConfig
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2HumanAgentHandoffConfig : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
LivePersonConfig
Declaration
[JsonProperty("livePersonConfig")]
public virtual GoogleCloudDialogflowV2HumanAgentHandoffConfigLivePersonConfig LivePersonConfig { get; set; }
Property Value
SalesforceLiveAgentConfig
Declaration
[JsonProperty("salesforceLiveAgentConfig")]
public virtual GoogleCloudDialogflowV2HumanAgentHandoffConfigSalesforceLiveAgentConfig SalesforceLiveAgentConfig { get; set; }
Property Value
Implements