Struct google_dialogflow2_beta1::api::GoogleCloudDialogflowV2beta1AutomatedAgentConfig[][src]

pub struct GoogleCloudDialogflowV2beta1AutomatedAgentConfig {
    pub agent: Option<String>,
}

Defines the Automated Agent to connect to a conversation.

This type is not used in any activity, and only used as part of another schema.

Fields

agent: Option<String>

Required. ID of the Dialogflow agent environment to use. This project needs to either be the same project as the conversation or you need to grant service-@gcp-sa-dialogflow.iam.gserviceaccount.com the Dialogflow API Service Agent role in this project. - For ES agents, use format: projects//locations//agent/environments/. If environment is not specified, the default draft environment is used. Refer to DetectIntentRequest for more details. - For CX agents, use format projects//locations//agents//environments/. If environment is not specified, the default draft environment is used.

Trait Implementations

impl Clone for GoogleCloudDialogflowV2beta1AutomatedAgentConfig[src]

impl Debug for GoogleCloudDialogflowV2beta1AutomatedAgentConfig[src]

impl Default for GoogleCloudDialogflowV2beta1AutomatedAgentConfig[src]

impl<'de> Deserialize<'de> for GoogleCloudDialogflowV2beta1AutomatedAgentConfig[src]

impl Part for GoogleCloudDialogflowV2beta1AutomatedAgentConfig[src]

impl Serialize for GoogleCloudDialogflowV2beta1AutomatedAgentConfig[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.