Struct gapi_grpc::google::cloud::dialogflow::v2::AutomatedAgentConfig [−][src]
Defines the Automated Agent to connect to a conversation.
Fields
agent: 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-<Conversation Project Number>@gcp-sa-dialogflow.iam.gserviceaccount.com
the Dialogflow API Service Agent
role in this project.
Format: projects/<Project ID>/locations/<Location ID>/agent/environments/<Environment ID or '-'>
. If environment is not
specified, the default draft
environment is used. Refer to
DetectIntentRequest
for more details.
Trait Implementations
impl Clone for AutomatedAgentConfig
[src][+]
impl Debug for AutomatedAgentConfig
[src][+]
impl Default for AutomatedAgentConfig
[src][+]
impl Message for AutomatedAgentConfig
[src][+]
impl PartialEq<AutomatedAgentConfig> for AutomatedAgentConfig
[src][+]
impl StructuralPartialEq for AutomatedAgentConfig
[src]
Auto Trait Implementations
impl RefUnwindSafe for AutomatedAgentConfig
impl Send for AutomatedAgentConfig
impl Sync for AutomatedAgentConfig
impl Unpin for AutomatedAgentConfig
impl UnwindSafe for AutomatedAgentConfig
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> IntoRequest<T> for T
[src][+]
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,