Struct gapi_grpc::google::cloud::dialogflow::v2::GetValidationResultRequest[][src]

pub struct GetValidationResultRequest {
    pub parent: String,
    pub language_code: String,
}

The request message for [Agents.GetValidationResult][google.cloud.dialogflow.v2.Agents.GetValidationResult].

Fields

parent: String

Required. The project that the agent is associated with. Format: projects/<Project ID>.

language_code: String

Optional. The language for which you want a validation result. If not specified, the agent’s default language is used. Many languages are supported. Note: languages must be enabled in the agent before they can be used.

Trait Implementations

impl Clone for GetValidationResultRequest[src]

impl Debug for GetValidationResultRequest[src]

impl Default for GetValidationResultRequest[src]

impl Message for GetValidationResultRequest[src]

impl PartialEq<GetValidationResultRequest> for GetValidationResultRequest[src]

impl StructuralPartialEq for GetValidationResultRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for GetValidationResultRequest

impl Send for GetValidationResultRequest

impl Sync for GetValidationResultRequest

impl Unpin for GetValidationResultRequest

impl UnwindSafe for GetValidationResultRequest

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]