Struct google_dialogflow2::api::GoogleCloudDialogflowV2HumanAgentHandoffConfigSalesforceLiveAgentConfig[][src]

pub struct GoogleCloudDialogflowV2HumanAgentHandoffConfigSalesforceLiveAgentConfig {
    pub button_id: Option<String>,
    pub deployment_id: Option<String>,
    pub endpoint_domain: Option<String>,
    pub organization_id: Option<String>,
}

Configuration specific to Salesforce Live Agent.

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

Fields

button_id: Option<String>

Required. Live Agent chat button ID.

deployment_id: Option<String>

Required. Live Agent deployment ID.

endpoint_domain: Option<String>

Required. Domain of the Live Agent endpoint for this agent. You can find the endpoint URL in the Live Agent settings page. For example if URL has the form https://d.la4-c2-phx.salesforceliveagent.com/..., you should fill in d.la4-c2-phx.salesforceliveagent.com.

organization_id: Option<String>

Required. The organization ID of the Salesforce account.

Trait Implementations

impl Clone for GoogleCloudDialogflowV2HumanAgentHandoffConfigSalesforceLiveAgentConfig[src]

impl Debug for GoogleCloudDialogflowV2HumanAgentHandoffConfigSalesforceLiveAgentConfig[src]

impl Default for GoogleCloudDialogflowV2HumanAgentHandoffConfigSalesforceLiveAgentConfig[src]

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

impl Part for GoogleCloudDialogflowV2HumanAgentHandoffConfigSalesforceLiveAgentConfig[src]

impl Serialize for GoogleCloudDialogflowV2HumanAgentHandoffConfigSalesforceLiveAgentConfig[src]

Auto Trait Implementations

impl RefUnwindSafe for GoogleCloudDialogflowV2HumanAgentHandoffConfigSalesforceLiveAgentConfig[src]

impl Send for GoogleCloudDialogflowV2HumanAgentHandoffConfigSalesforceLiveAgentConfig[src]

impl Sync for GoogleCloudDialogflowV2HumanAgentHandoffConfigSalesforceLiveAgentConfig[src]

impl Unpin for GoogleCloudDialogflowV2HumanAgentHandoffConfigSalesforceLiveAgentConfig[src]

impl UnwindSafe for GoogleCloudDialogflowV2HumanAgentHandoffConfigSalesforceLiveAgentConfig[src]

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.