Class GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationProcessConfig
Inheritance
GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationProcessConfig
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationProcessConfig : 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