Struct rusoto_lex_models::CodeHook[][src]

pub struct CodeHook {
    pub message_version: String,
    pub uri: String,
}

Specifies a Lambda function that verifies requests to a bot or fulfills the user's request to a bot..

Fields

The version of the request-response that you want Amazon Lex to use to invoke your Lambda function. For more information, see using-lambda.

The Amazon Resource Name (ARN) of the Lambda function.

Trait Implementations

impl Default for CodeHook
[src]

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

impl Debug for CodeHook
[src]

Formats the value using the given formatter. Read more

impl Clone for CodeHook
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for CodeHook
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for CodeHook

impl Sync for CodeHook