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

pub struct MatchIntentResponse {
    pub matches: Vec<Match>,
    pub current_page: Option<Page>,
    pub query: Option<Query>,
}

Response of [MatchIntent][].

Fields

matches: Vec<Match>

Match results, if more than one, ordered descendingly by the confidence we have that the particular intent matches the query.

current_page: Option<Page>

The current [Page][google.cloud.dialogflow.cx.v3.Page]. Some, not all fields are filled in this message, including but not limited to name and display_name.

query: Option<Query>

The original conversational query.

Trait Implementations

impl Clone for MatchIntentResponse[src]

impl Debug for MatchIntentResponse[src]

impl Default for MatchIntentResponse[src]

impl Message for MatchIntentResponse[src]

impl PartialEq<MatchIntentResponse> for MatchIntentResponse[src]

impl StructuralPartialEq for MatchIntentResponse[src]

Auto Trait Implementations

impl RefUnwindSafe for MatchIntentResponse

impl Send for MatchIntentResponse

impl Sync for MatchIntentResponse

impl Unpin for MatchIntentResponse

impl UnwindSafe for MatchIntentResponse

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]