Struct google_dialogflow2_beta1::GoogleCloudDialogflowV2beta1CompileSuggestionsRequest[][src]

pub struct GoogleCloudDialogflowV2beta1CompileSuggestionsRequest {
    pub messages: Option<Vec<GoogleCloudDialogflowV2beta1Message>>,
}

The request message for HumanAgentAssistants.RequestCompileSuggestions.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

Required. List of messages in a conversation in chronological order.

Trait Implementations

Auto Trait Implementations