Class SuggestArticlesRequest (2.11.0)

SuggestArticlesRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The request message for Participants.SuggestArticles.

Attributes

NameDescription
parent str
Required. The name of the participant to fetch suggestion for. Format: projects/.
latest_message str
The name of the latest conversation message to compile suggestion for. If empty, it will be the latest message of the conversation. Format: projects/.
context_size int
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.
assist_query_params google.cloud.dialogflow_v2.types.AssistQueryParameters
Parameters for a human assist query.