Struct gapi_grpc::google::cloud::dialogflow::cx::v3::PageInfo[][src]

pub struct PageInfo {
    pub current_page: String,
    pub form_info: Option<FormInfo>,
}

Represents page information communicated to and from the webhook.

Fields

current_page: String

Always present for [WebhookRequest][google.cloud.dialogflow.cx.v3.WebhookRequest]. Ignored for [WebhookResponse][google.cloud.dialogflow.cx.v3.WebhookResponse]. The unique identifier of the current page. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>/pages/<Page ID>.

form_info: Option<FormInfo>

Optional for both [WebhookRequest][google.cloud.dialogflow.cx.v3.WebhookRequest] and [WebhookResponse][google.cloud.dialogflow.cx.v3.WebhookResponse]. Information about the form.

Trait Implementations

impl Clone for PageInfo[src]

impl Debug for PageInfo[src]

impl Default for PageInfo[src]

impl Message for PageInfo[src]

impl PartialEq<PageInfo> for PageInfo[src]

impl StructuralPartialEq for PageInfo[src]

Auto Trait Implementations

impl RefUnwindSafe for PageInfo

impl Send for PageInfo

impl Sync for PageInfo

impl Unpin for PageInfo

impl UnwindSafe for PageInfo

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]