Struct gapi_grpc::google::actions::sdk::v2::MatchIntentsRequest[][src]

pub struct MatchIntentsRequest {
    pub project: String,
    pub query: String,
    pub locale: String,
}

Request for finding matching intents.

Fields

project: String

Required. The project being tested, indicated by the Project ID. Format: projects/{project}

query: String

Required. User query as plain text.

locale: String

Required. Locale to use to evaluate the query, such as “en”. The format should follow BCP 47: https://tools.ietf.org/html/bcp47 See the list of supported languages in https://developers.google.com/assistant/console/languages-locales

Trait Implementations

impl Clone for MatchIntentsRequest[src]

impl Debug for MatchIntentsRequest[src]

impl Default for MatchIntentsRequest[src]

impl Message for MatchIntentsRequest[src]

impl PartialEq<MatchIntentsRequest> for MatchIntentsRequest[src]

impl StructuralPartialEq for MatchIntentsRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for MatchIntentsRequest

impl Send for MatchIntentsRequest

impl Sync for MatchIntentsRequest

impl Unpin for MatchIntentsRequest

impl UnwindSafe for MatchIntentsRequest

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]