Class GoogleCloudDialogflowV2SuggestKnowledgeAssistRequest
The request message for Participants.SuggestKnowledgeAssist.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v2.Data
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2SuggestKnowledgeAssistRequest : IDirectResponseSchema
Properties
ContextSize
Optional. Max number of messages prior to and including latest_message to use as context when compiling the suggestion. The context size is by default 100 and at most 100.
Declaration
[JsonProperty("contextSize")]
public virtual int? ContextSize { get; set; }
Property Value
Type | Description |
---|---|
int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LatestMessage
Optional. The name of the latest conversation message to compile suggestions for. If empty, it will be the
latest message of the conversation. Format: projects//locations//conversations//messages/
.
Declaration
[JsonProperty("latestMessage")]
public virtual string LatestMessage { get; set; }
Property Value
Type | Description |
---|---|
string |
PreviousSuggestedQuery
Optional. The previously suggested query for the given conversation. This helps identify whether the next suggestion we generate is resonably different from the previous one. This is useful to avoid similar suggestions within the conversation.
Declaration
[JsonProperty("previousSuggestedQuery")]
public virtual string PreviousSuggestedQuery { get; set; }
Property Value
Type | Description |
---|---|
string |