Struct google_dialogflow2_beta1::GoogleCloudDialogflowV2beta1ExportAgentRequest[][src]

pub struct GoogleCloudDialogflowV2beta1ExportAgentRequest {
    pub agent_uri: Option<String>,
}

The request message for Agents.ExportAgent.

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

Optional. The Google Cloud Storage URI to export the agent to. The format of this URI must be gs://<bucket-name>/<object-name>. If left unspecified, the serialized agent is returned inline.

Trait Implementations

Auto Trait Implementations