Struct gapi_grpc::google::cloud::dialogflow::cx::v3beta1::TransitionRouteGroup[][src]

pub struct TransitionRouteGroup {
    pub name: String,
    pub display_name: String,
    pub transition_routes: Vec<TransitionRoute>,
}

An TransitionRouteGroup represents a group of [TransitionRoutes][google.cloud.dialogflow.cx.v3beta1.TransitionRoute] to be used by a [Page][google.cloud.dialogflow.cx.v3beta1.Page].

Fields

name: String

The unique identifier of the transition route group. [TransitionRouteGroups.CreateTransitionRouteGroup][google.cloud.dialogflow.cx.v3beta1.TransitionRouteGroups.CreateTransitionRouteGroup] populates the name automatically. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>/transitionRouteGroups/<Transition Route Group ID>.

display_name: String

Required. The human-readable name of the transition route group, unique within the [Agent][google.cloud.dialogflow.cx.v3beta1.Agent]. The display name can be no longer than 30 characters.

transition_routes: Vec<TransitionRoute>

Transition routes associated with the [TransitionRouteGroup][google.cloud.dialogflow.cx.v3beta1.TransitionRouteGroup].

Trait Implementations

impl Clone for TransitionRouteGroup[src]

impl Debug for TransitionRouteGroup[src]

impl Default for TransitionRouteGroup[src]

impl Message for TransitionRouteGroup[src]

impl PartialEq<TransitionRouteGroup> for TransitionRouteGroup[src]

impl StructuralPartialEq for TransitionRouteGroup[src]

Auto Trait Implementations

impl RefUnwindSafe for TransitionRouteGroup

impl Send for TransitionRouteGroup

impl Sync for TransitionRouteGroup

impl Unpin for TransitionRouteGroup

impl UnwindSafe for TransitionRouteGroup

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]