Struct aws_sdk_lexmodelsv2::types::builders::ConversationLevelSlotResolutionResultItemBuilder
source · #[non_exhaustive]pub struct ConversationLevelSlotResolutionResultItemBuilder { /* private fields */ }Expand description
A builder for ConversationLevelSlotResolutionResultItem.
Implementations§
source§impl ConversationLevelSlotResolutionResultItemBuilder
impl ConversationLevelSlotResolutionResultItemBuilder
sourcepub fn intent_name(self, input: impl Into<String>) -> Self
pub fn intent_name(self, input: impl Into<String>) -> Self
The intents used in the slots list for the slot resolution details.
sourcepub fn set_intent_name(self, input: Option<String>) -> Self
pub fn set_intent_name(self, input: Option<String>) -> Self
The intents used in the slots list for the slot resolution details.
sourcepub fn get_intent_name(&self) -> &Option<String>
pub fn get_intent_name(&self) -> &Option<String>
The intents used in the slots list for the slot resolution details.
sourcepub fn slot_name(self, input: impl Into<String>) -> Self
pub fn slot_name(self, input: impl Into<String>) -> Self
The slot name in the slots list for the slot resolution details.
sourcepub fn set_slot_name(self, input: Option<String>) -> Self
pub fn set_slot_name(self, input: Option<String>) -> Self
The slot name in the slots list for the slot resolution details.
sourcepub fn get_slot_name(&self) -> &Option<String>
pub fn get_slot_name(&self) -> &Option<String>
The slot name in the slots list for the slot resolution details.
sourcepub fn match_result(self, input: TestResultMatchStatus) -> Self
pub fn match_result(self, input: TestResultMatchStatus) -> Self
The number of matching slots used in the slots listings for the slot resolution evaluation.
sourcepub fn set_match_result(self, input: Option<TestResultMatchStatus>) -> Self
pub fn set_match_result(self, input: Option<TestResultMatchStatus>) -> Self
The number of matching slots used in the slots listings for the slot resolution evaluation.
sourcepub fn get_match_result(&self) -> &Option<TestResultMatchStatus>
pub fn get_match_result(&self) -> &Option<TestResultMatchStatus>
The number of matching slots used in the slots listings for the slot resolution evaluation.
sourcepub fn build(self) -> ConversationLevelSlotResolutionResultItem
pub fn build(self) -> ConversationLevelSlotResolutionResultItem
Consumes the builder and constructs a ConversationLevelSlotResolutionResultItem.
Trait Implementations§
source§impl Clone for ConversationLevelSlotResolutionResultItemBuilder
impl Clone for ConversationLevelSlotResolutionResultItemBuilder
source§fn clone(&self) -> ConversationLevelSlotResolutionResultItemBuilder
fn clone(&self) -> ConversationLevelSlotResolutionResultItemBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for ConversationLevelSlotResolutionResultItemBuilder
impl Default for ConversationLevelSlotResolutionResultItemBuilder
source§fn default() -> ConversationLevelSlotResolutionResultItemBuilder
fn default() -> ConversationLevelSlotResolutionResultItemBuilder
source§impl PartialEq for ConversationLevelSlotResolutionResultItemBuilder
impl PartialEq for ConversationLevelSlotResolutionResultItemBuilder
source§fn eq(&self, other: &ConversationLevelSlotResolutionResultItemBuilder) -> bool
fn eq(&self, other: &ConversationLevelSlotResolutionResultItemBuilder) -> bool
self and other values to be equal, and is used
by ==.