Class GoogleCloudDialogflowV2SuggestArticlesRequest
The request message for Participants.SuggestArticles.
Inheritance
System.Object
GoogleCloudDialogflowV2SuggestArticlesRequest
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Dialogflow.v2.Data
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2SuggestArticlesRequest : IDirectResponseSchema
Properties
ContextSize
Max number of messages prior to and including latest_message to use as context when compiling the suggestion. By default 20 and at most 50.
Declaration
[JsonProperty("contextSize")]
public virtual int? ContextSize { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
LatestMessage
The name of the latest conversation message to compile suggestion 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 |
|---|---|
| System.String |