GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2SuggestFaqAnswersRequest (google_api_dialogflow v0.73.0) View Source
The request message for Participants.SuggestFaqAnswers.
Attributes
-
assistQueryParams(type:GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2AssistQueryParameters.t, default:nil) - Parameters for a human assist query. -
contextSize(type:integer(), default:nil) - Optional. 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. -
latestMessage(type:String.t, default:nil) - Optional. 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/.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() ::
%GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2SuggestFaqAnswersRequest{
assistQueryParams:
GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2AssistQueryParameters.t()
| nil,
contextSize: integer() | nil,
latestMessage: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.