Struct gapi_grpc::google::actions::sdk::v2::WebhookInitiatedTransition[][src]

pub struct WebhookInitiatedTransition {
    pub next_scene_id: String,
}

Event triggered by destination scene returned from webhook: https://developers.google.com/assistant/conversational/webhooks#transition_scenes

Fields

next_scene_id: String

ID of the scene the transition is leading to.

Trait Implementations

impl Clone for WebhookInitiatedTransition[src]

impl Debug for WebhookInitiatedTransition[src]

impl Default for WebhookInitiatedTransition[src]

impl Message for WebhookInitiatedTransition[src]

impl PartialEq<WebhookInitiatedTransition> for WebhookInitiatedTransition[src]

impl StructuralPartialEq for WebhookInitiatedTransition[src]

Auto Trait Implementations

impl RefUnwindSafe for WebhookInitiatedTransition

impl Send for WebhookInitiatedTransition

impl Sync for WebhookInitiatedTransition

impl Unpin for WebhookInitiatedTransition

impl UnwindSafe for WebhookInitiatedTransition

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> 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]

impl<T> IntoRequest<T> for 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.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]