Class GoogleCloudDialogflowV2HumanAgentAssistantConfig
Inheritance
GoogleCloudDialogflowV2HumanAgentAssistantConfig
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2HumanAgentAssistantConfig : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
EndUserSuggestionConfig
Declaration
[JsonProperty("endUserSuggestionConfig")]
public virtual GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionConfig EndUserSuggestionConfig { get; set; }
Property Value
HumanAgentSuggestionConfig
Declaration
[JsonProperty("humanAgentSuggestionConfig")]
public virtual GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionConfig HumanAgentSuggestionConfig { get; set; }
Property Value
MessageAnalysisConfig
Declaration
[JsonProperty("messageAnalysisConfig")]
public virtual GoogleCloudDialogflowV2HumanAgentAssistantConfigMessageAnalysisConfig MessageAnalysisConfig { get; set; }
Property Value
NotificationConfig
Declaration
[JsonProperty("notificationConfig")]
public virtual GoogleCloudDialogflowV2NotificationConfig NotificationConfig { get; set; }
Property Value
Implements