Struct gapi_grpc::google::cloud::dialogflow::cx::v3beta1::webhook_request::intent_info::IntentParameterValue[][src]

pub struct IntentParameterValue {
    pub original_value: String,
    pub resolved_value: Option<Value>,
}

Represents a value for an intent parameter.

Fields

original_value: String

Always present. Original text value extracted from user utterance.

resolved_value: Option<Value>

Always present. Structured value for the parameter extracted from user utterance.

Trait Implementations

impl Clone for IntentParameterValue[src]

impl Debug for IntentParameterValue[src]

impl Default for IntentParameterValue[src]

impl Message for IntentParameterValue[src]

impl PartialEq<IntentParameterValue> for IntentParameterValue[src]

impl StructuralPartialEq for IntentParameterValue[src]

Auto Trait Implementations

impl RefUnwindSafe for IntentParameterValue

impl Send for IntentParameterValue

impl Sync for IntentParameterValue

impl Unpin for IntentParameterValue

impl UnwindSafe for IntentParameterValue

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]