Struct aws_sdk_lexmodelsv2::operation::describe_intent::builders::DescribeIntentOutputBuilder
source · #[non_exhaustive]pub struct DescribeIntentOutputBuilder { /* private fields */ }Expand description
A builder for DescribeIntentOutput.
Implementations§
source§impl DescribeIntentOutputBuilder
impl DescribeIntentOutputBuilder
sourcepub fn intent_id(self, input: impl Into<String>) -> Self
pub fn intent_id(self, input: impl Into<String>) -> Self
The unique identifier assigned to the intent when it was created.
sourcepub fn set_intent_id(self, input: Option<String>) -> Self
pub fn set_intent_id(self, input: Option<String>) -> Self
The unique identifier assigned to the intent when it was created.
sourcepub fn get_intent_id(&self) -> &Option<String>
pub fn get_intent_id(&self) -> &Option<String>
The unique identifier assigned to the intent when it was created.
sourcepub fn intent_name(self, input: impl Into<String>) -> Self
pub fn intent_name(self, input: impl Into<String>) -> Self
The name specified for the intent.
sourcepub fn set_intent_name(self, input: Option<String>) -> Self
pub fn set_intent_name(self, input: Option<String>) -> Self
The name specified for the intent.
sourcepub fn get_intent_name(&self) -> &Option<String>
pub fn get_intent_name(&self) -> &Option<String>
The name specified for the intent.
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
The description of the intent.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
The description of the intent.
sourcepub fn get_description(&self) -> &Option<String>
pub fn get_description(&self) -> &Option<String>
The description of the intent.
sourcepub fn parent_intent_signature(self, input: impl Into<String>) -> Self
pub fn parent_intent_signature(self, input: impl Into<String>) -> Self
The identifier of the built-in intent that this intent is derived from, if any.
sourcepub fn set_parent_intent_signature(self, input: Option<String>) -> Self
pub fn set_parent_intent_signature(self, input: Option<String>) -> Self
The identifier of the built-in intent that this intent is derived from, if any.
sourcepub fn get_parent_intent_signature(&self) -> &Option<String>
pub fn get_parent_intent_signature(&self) -> &Option<String>
The identifier of the built-in intent that this intent is derived from, if any.
sourcepub fn sample_utterances(self, input: SampleUtterance) -> Self
pub fn sample_utterances(self, input: SampleUtterance) -> Self
Appends an item to sample_utterances.
To override the contents of this collection use set_sample_utterances.
User utterances that trigger this intent.
sourcepub fn set_sample_utterances(self, input: Option<Vec<SampleUtterance>>) -> Self
pub fn set_sample_utterances(self, input: Option<Vec<SampleUtterance>>) -> Self
User utterances that trigger this intent.
sourcepub fn get_sample_utterances(&self) -> &Option<Vec<SampleUtterance>>
pub fn get_sample_utterances(&self) -> &Option<Vec<SampleUtterance>>
User utterances that trigger this intent.
sourcepub fn dialog_code_hook(self, input: DialogCodeHookSettings) -> Self
pub fn dialog_code_hook(self, input: DialogCodeHookSettings) -> Self
The Lambda function called during each turn of a conversation with the intent.
sourcepub fn set_dialog_code_hook(self, input: Option<DialogCodeHookSettings>) -> Self
pub fn set_dialog_code_hook(self, input: Option<DialogCodeHookSettings>) -> Self
The Lambda function called during each turn of a conversation with the intent.
sourcepub fn get_dialog_code_hook(&self) -> &Option<DialogCodeHookSettings>
pub fn get_dialog_code_hook(&self) -> &Option<DialogCodeHookSettings>
The Lambda function called during each turn of a conversation with the intent.
sourcepub fn fulfillment_code_hook(self, input: FulfillmentCodeHookSettings) -> Self
pub fn fulfillment_code_hook(self, input: FulfillmentCodeHookSettings) -> Self
The Lambda function called when the intent is complete and ready for fulfillment.
sourcepub fn set_fulfillment_code_hook(
self,
input: Option<FulfillmentCodeHookSettings>,
) -> Self
pub fn set_fulfillment_code_hook( self, input: Option<FulfillmentCodeHookSettings>, ) -> Self
The Lambda function called when the intent is complete and ready for fulfillment.
sourcepub fn get_fulfillment_code_hook(&self) -> &Option<FulfillmentCodeHookSettings>
pub fn get_fulfillment_code_hook(&self) -> &Option<FulfillmentCodeHookSettings>
The Lambda function called when the intent is complete and ready for fulfillment.
sourcepub fn slot_priorities(self, input: SlotPriority) -> Self
pub fn slot_priorities(self, input: SlotPriority) -> Self
Appends an item to slot_priorities.
To override the contents of this collection use set_slot_priorities.
The list that determines the priority that slots should be elicited from the user.
sourcepub fn set_slot_priorities(self, input: Option<Vec<SlotPriority>>) -> Self
pub fn set_slot_priorities(self, input: Option<Vec<SlotPriority>>) -> Self
The list that determines the priority that slots should be elicited from the user.
sourcepub fn get_slot_priorities(&self) -> &Option<Vec<SlotPriority>>
pub fn get_slot_priorities(&self) -> &Option<Vec<SlotPriority>>
The list that determines the priority that slots should be elicited from the user.
sourcepub fn intent_confirmation_setting(
self,
input: IntentConfirmationSetting,
) -> Self
pub fn intent_confirmation_setting( self, input: IntentConfirmationSetting, ) -> Self
Prompts that Amazon Lex sends to the user to confirm completion of an intent.
sourcepub fn set_intent_confirmation_setting(
self,
input: Option<IntentConfirmationSetting>,
) -> Self
pub fn set_intent_confirmation_setting( self, input: Option<IntentConfirmationSetting>, ) -> Self
Prompts that Amazon Lex sends to the user to confirm completion of an intent.
sourcepub fn get_intent_confirmation_setting(
&self,
) -> &Option<IntentConfirmationSetting>
pub fn get_intent_confirmation_setting( &self, ) -> &Option<IntentConfirmationSetting>
Prompts that Amazon Lex sends to the user to confirm completion of an intent.
sourcepub fn intent_closing_setting(self, input: IntentClosingSetting) -> Self
pub fn intent_closing_setting(self, input: IntentClosingSetting) -> Self
The response that Amazon Lex sends to when the intent is closed.
sourcepub fn set_intent_closing_setting(
self,
input: Option<IntentClosingSetting>,
) -> Self
pub fn set_intent_closing_setting( self, input: Option<IntentClosingSetting>, ) -> Self
The response that Amazon Lex sends to when the intent is closed.
sourcepub fn get_intent_closing_setting(&self) -> &Option<IntentClosingSetting>
pub fn get_intent_closing_setting(&self) -> &Option<IntentClosingSetting>
The response that Amazon Lex sends to when the intent is closed.
sourcepub fn input_contexts(self, input: InputContext) -> Self
pub fn input_contexts(self, input: InputContext) -> Self
Appends an item to input_contexts.
To override the contents of this collection use set_input_contexts.
A list of contexts that must be active for the intent to be considered for sending to the user.
sourcepub fn set_input_contexts(self, input: Option<Vec<InputContext>>) -> Self
pub fn set_input_contexts(self, input: Option<Vec<InputContext>>) -> Self
A list of contexts that must be active for the intent to be considered for sending to the user.
sourcepub fn get_input_contexts(&self) -> &Option<Vec<InputContext>>
pub fn get_input_contexts(&self) -> &Option<Vec<InputContext>>
A list of contexts that must be active for the intent to be considered for sending to the user.
sourcepub fn output_contexts(self, input: OutputContext) -> Self
pub fn output_contexts(self, input: OutputContext) -> Self
Appends an item to output_contexts.
To override the contents of this collection use set_output_contexts.
A list of contexts that are activated when the intent is fulfilled.
sourcepub fn set_output_contexts(self, input: Option<Vec<OutputContext>>) -> Self
pub fn set_output_contexts(self, input: Option<Vec<OutputContext>>) -> Self
A list of contexts that are activated when the intent is fulfilled.
sourcepub fn get_output_contexts(&self) -> &Option<Vec<OutputContext>>
pub fn get_output_contexts(&self) -> &Option<Vec<OutputContext>>
A list of contexts that are activated when the intent is fulfilled.
sourcepub fn kendra_configuration(self, input: KendraConfiguration) -> Self
pub fn kendra_configuration(self, input: KendraConfiguration) -> Self
Configuration information required to use the AMAZON.KendraSearchIntent intent.
sourcepub fn set_kendra_configuration(
self,
input: Option<KendraConfiguration>,
) -> Self
pub fn set_kendra_configuration( self, input: Option<KendraConfiguration>, ) -> Self
Configuration information required to use the AMAZON.KendraSearchIntent intent.
sourcepub fn get_kendra_configuration(&self) -> &Option<KendraConfiguration>
pub fn get_kendra_configuration(&self) -> &Option<KendraConfiguration>
Configuration information required to use the AMAZON.KendraSearchIntent intent.
sourcepub fn bot_id(self, input: impl Into<String>) -> Self
pub fn bot_id(self, input: impl Into<String>) -> Self
The identifier of the bot associated with the intent.
sourcepub fn set_bot_id(self, input: Option<String>) -> Self
pub fn set_bot_id(self, input: Option<String>) -> Self
The identifier of the bot associated with the intent.
sourcepub fn get_bot_id(&self) -> &Option<String>
pub fn get_bot_id(&self) -> &Option<String>
The identifier of the bot associated with the intent.
sourcepub fn bot_version(self, input: impl Into<String>) -> Self
pub fn bot_version(self, input: impl Into<String>) -> Self
The version of the bot associated with the intent.
sourcepub fn set_bot_version(self, input: Option<String>) -> Self
pub fn set_bot_version(self, input: Option<String>) -> Self
The version of the bot associated with the intent.
sourcepub fn get_bot_version(&self) -> &Option<String>
pub fn get_bot_version(&self) -> &Option<String>
The version of the bot associated with the intent.
sourcepub fn locale_id(self, input: impl Into<String>) -> Self
pub fn locale_id(self, input: impl Into<String>) -> Self
The language and locale specified for the intent.
sourcepub fn set_locale_id(self, input: Option<String>) -> Self
pub fn set_locale_id(self, input: Option<String>) -> Self
The language and locale specified for the intent.
sourcepub fn get_locale_id(&self) -> &Option<String>
pub fn get_locale_id(&self) -> &Option<String>
The language and locale specified for the intent.
sourcepub fn creation_date_time(self, input: DateTime) -> Self
pub fn creation_date_time(self, input: DateTime) -> Self
A timestamp of the date and time that the intent was created.
sourcepub fn set_creation_date_time(self, input: Option<DateTime>) -> Self
pub fn set_creation_date_time(self, input: Option<DateTime>) -> Self
A timestamp of the date and time that the intent was created.
sourcepub fn get_creation_date_time(&self) -> &Option<DateTime>
pub fn get_creation_date_time(&self) -> &Option<DateTime>
A timestamp of the date and time that the intent was created.
sourcepub fn last_updated_date_time(self, input: DateTime) -> Self
pub fn last_updated_date_time(self, input: DateTime) -> Self
A timestamp of the date and time that the intent was last updated.
sourcepub fn set_last_updated_date_time(self, input: Option<DateTime>) -> Self
pub fn set_last_updated_date_time(self, input: Option<DateTime>) -> Self
A timestamp of the date and time that the intent was last updated.
sourcepub fn get_last_updated_date_time(&self) -> &Option<DateTime>
pub fn get_last_updated_date_time(&self) -> &Option<DateTime>
A timestamp of the date and time that the intent was last updated.
sourcepub fn initial_response_setting(self, input: InitialResponseSetting) -> Self
pub fn initial_response_setting(self, input: InitialResponseSetting) -> Self
Configuration setting for a response sent to the user before Amazon Lex starts eliciting slots.
sourcepub fn set_initial_response_setting(
self,
input: Option<InitialResponseSetting>,
) -> Self
pub fn set_initial_response_setting( self, input: Option<InitialResponseSetting>, ) -> Self
Configuration setting for a response sent to the user before Amazon Lex starts eliciting slots.
sourcepub fn get_initial_response_setting(&self) -> &Option<InitialResponseSetting>
pub fn get_initial_response_setting(&self) -> &Option<InitialResponseSetting>
Configuration setting for a response sent to the user before Amazon Lex starts eliciting slots.
sourcepub fn qn_a_intent_configuration(self, input: QnAIntentConfiguration) -> Self
pub fn qn_a_intent_configuration(self, input: QnAIntentConfiguration) -> Self
Details about the configuration of the built-in Amazon.QnAIntent.
sourcepub fn set_qn_a_intent_configuration(
self,
input: Option<QnAIntentConfiguration>,
) -> Self
pub fn set_qn_a_intent_configuration( self, input: Option<QnAIntentConfiguration>, ) -> Self
Details about the configuration of the built-in Amazon.QnAIntent.
sourcepub fn get_qn_a_intent_configuration(&self) -> &Option<QnAIntentConfiguration>
pub fn get_qn_a_intent_configuration(&self) -> &Option<QnAIntentConfiguration>
Details about the configuration of the built-in Amazon.QnAIntent.
sourcepub fn build(self) -> DescribeIntentOutput
pub fn build(self) -> DescribeIntentOutput
Consumes the builder and constructs a DescribeIntentOutput.
Trait Implementations§
source§impl Clone for DescribeIntentOutputBuilder
impl Clone for DescribeIntentOutputBuilder
source§fn clone(&self) -> DescribeIntentOutputBuilder
fn clone(&self) -> DescribeIntentOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for DescribeIntentOutputBuilder
impl Debug for DescribeIntentOutputBuilder
source§impl Default for DescribeIntentOutputBuilder
impl Default for DescribeIntentOutputBuilder
source§fn default() -> DescribeIntentOutputBuilder
fn default() -> DescribeIntentOutputBuilder
impl StructuralPartialEq for DescribeIntentOutputBuilder
Auto Trait Implementations§
impl Freeze for DescribeIntentOutputBuilder
impl RefUnwindSafe for DescribeIntentOutputBuilder
impl Send for DescribeIntentOutputBuilder
impl Sync for DescribeIntentOutputBuilder
impl Unpin for DescribeIntentOutputBuilder
impl UnwindSafe for DescribeIntentOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit)source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more