Class GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationProcessConfig
Config to process conversation.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v2.Data
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationProcessConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
RecentSentencesCount
Number of recent non-small-talk sentences to use as context for article and FAQ suggestion
Declaration
[JsonProperty("recentSentencesCount")]
public virtual int? RecentSentencesCount { get; set; }
Property Value
Type | Description |
---|---|
int? |