Struct gapi_grpc::google::actions::sdk::v2::interactionmodel::slot::CommitBehavior[][src]

pub struct CommitBehavior {
    pub write_session_param: String,
}

Message describing the commit behavior associated with the slot after it has been successfully filled.

Fields

write_session_param: String

The session parameter to write the slot value after it is filled. Note that nested paths are not currently supported. “$$” is used to write the slot value to a session parameter with same name as the slot. Eg: write_session_param = “fruit” corresponds to “$session.params.fruit”. write_session_param = “ticket” corresponds to “$session.params.ticket”.

Trait Implementations

impl Clone for CommitBehavior[src]

impl Debug for CommitBehavior[src]

impl Default for CommitBehavior[src]

impl Message for CommitBehavior[src]

impl PartialEq<CommitBehavior> for CommitBehavior[src]

impl StructuralPartialEq for CommitBehavior[src]

Auto Trait Implementations

impl RefUnwindSafe for CommitBehavior

impl Send for CommitBehavior

impl Sync for CommitBehavior

impl Unpin for CommitBehavior

impl UnwindSafe for CommitBehavior

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]