Struct google_dialogflow2_beta1::GoogleCloudDialogflowV2beta1ListConversationProfilesResponse[][src]

pub struct GoogleCloudDialogflowV2beta1ListConversationProfilesResponse {
    pub next_page_token: Option<String>,
    pub conversation_profiles: Option<Vec<GoogleCloudDialogflowV2beta1ConversationProfile>>,
}

The response message for ConversationProfiles.ListConversationProfiles.

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 project conversation profiles. There is a maximum number of items returned based on the page_size field in the request.

Trait Implementations

Auto Trait Implementations