Struct aws_sdk_lexmodelsv2::model::DialogCodeHookSettings
source · #[non_exhaustive]pub struct DialogCodeHookSettings { /* private fields */ }Expand description
Settings that determine the Lambda function that Amazon Lex uses for processing user responses.
Implementations§
source§impl DialogCodeHookSettings
impl DialogCodeHookSettings
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DialogCodeHookSettings.
Trait Implementations§
source§impl Clone for DialogCodeHookSettings
impl Clone for DialogCodeHookSettings
source§fn clone(&self) -> DialogCodeHookSettings
fn clone(&self) -> DialogCodeHookSettings
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more