Struct gapi_grpc::google::cloud::dialogflow::v2beta1::GetSessionEntityTypeRequest[][src]

pub struct GetSessionEntityTypeRequest {
    pub name: String,
}
[]

The request message for [SessionEntityTypes.GetSessionEntityType][google.cloud.dialogflow.v2beta1.SessionEntityTypes.GetSessionEntityType].

Fields

name: String
[]

Required. The name of the session entity type. Supported formats:

If Location ID is not specified we assume default ‘us’ location. If Environment ID is not specified, we assume default ‘draft’ environment. If User ID is not specified, we assume default ‘-’ user.

Trait Implementations

impl Clone for GetSessionEntityTypeRequest[src][+]

impl Debug for GetSessionEntityTypeRequest[src][+]

impl Default for GetSessionEntityTypeRequest[src][+]

impl Message for GetSessionEntityTypeRequest[src][+]

impl PartialEq<GetSessionEntityTypeRequest> for GetSessionEntityTypeRequest[src][+]

impl StructuralPartialEq for GetSessionEntityTypeRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for GetSessionEntityTypeRequest

impl Send for GetSessionEntityTypeRequest

impl Sync for GetSessionEntityTypeRequest

impl Unpin for GetSessionEntityTypeRequest

impl UnwindSafe for GetSessionEntityTypeRequest

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