Struct google_dialogflow2_beta1::GoogleCloudDialogflowV2beta1ListContextsResponse[][src]

pub struct GoogleCloudDialogflowV2beta1ListContextsResponse {
    pub contexts: Option<Vec<GoogleCloudDialogflowV2beta1Context>>,
    pub next_page_token: Option<String>,
}

The response message for Contexts.ListContexts.

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

The list of contexts. There will be a maximum number of items returned based on the page_size field in the request.

Token to retrieve the next page of results, or empty if there are no more results in the list.

Trait Implementations

Auto Trait Implementations