Struct google_dialogflow2_beta1::GoogleCloudDialogflowV2beta1ListDocumentsResponse[][src]

pub struct GoogleCloudDialogflowV2beta1ListDocumentsResponse {
    pub next_page_token: Option<String>,
    pub documents: Option<Vec<GoogleCloudDialogflowV2beta1Document>>,
}

Response message for Documents.ListDocuments.

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

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

The list of documents.

Trait Implementations

Auto Trait Implementations