Struct aws_sdk_lexmodelsv2::model::CustomPayload
source · #[non_exhaustive]pub struct CustomPayload { /* private fields */ }Expand description
A custom response string that Amazon Lex sends to your application. You define the content and structure the string.
Implementations§
source§impl CustomPayload
impl CustomPayload
source§impl CustomPayload
impl CustomPayload
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CustomPayload.
Trait Implementations§
source§impl Clone for CustomPayload
impl Clone for CustomPayload
source§fn clone(&self) -> CustomPayload
fn clone(&self) -> CustomPayload
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 moresource§impl Debug for CustomPayload
impl Debug for CustomPayload
source§impl PartialEq<CustomPayload> for CustomPayload
impl PartialEq<CustomPayload> for CustomPayload
source§fn eq(&self, other: &CustomPayload) -> bool
fn eq(&self, other: &CustomPayload) -> bool
This method tests for
self and other values to be equal, and is used
by ==.