Struct google_dialogflow2_beta1::DetectIntentResponse [] [src]

pub struct DetectIntentResponse {
    pub webhook_status: Option<Status>,
    pub query_result: Option<QueryResult>,
    pub response_id: Option<String>,
}

The message returned from the DetectIntent method.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

Specifies the status of the webhook request. webhook_status is never populated in webhook requests.

The results of the conversational query or event processing.

The unique identifier of the response. It can be used to locate a response in the training example set or for reporting issues.

Trait Implementations

impl Default for DetectIntentResponse
[src]

[src]

Returns the "default value" for a type. Read more

impl Clone for DetectIntentResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for DetectIntentResponse
[src]

[src]

Formats the value using the given formatter.

impl ResponseResult for DetectIntentResponse
[src]