Class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationProcessConfig
Inheritance
GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationProcessConfig
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationProcessConfig : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
RecentSentencesCount
Declaration
[JsonProperty("recentSentencesCount")]
public virtual int? RecentSentencesCount { get; set; }
Property Value
Implements