Class: Aws::Types::PutBotRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutBotRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#abort_statement ⇒ Types::Statement
Returns the value of attribute abort_statement.
-
#checksum ⇒ ::String
Returns the value of attribute checksum.
-
#child_directed ⇒ Boolean
Returns the value of attribute child_directed.
-
#clarification_prompt ⇒ Types::Prompt
Returns the value of attribute clarification_prompt.
-
#create_version ⇒ Boolean
Returns the value of attribute create_version.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#detect_sentiment ⇒ Boolean
Returns the value of attribute detect_sentiment.
-
#enable_model_improvements ⇒ Boolean
Returns the value of attribute enable_model_improvements.
-
#idle_session_ttl_in_seconds ⇒ ::Integer
Returns the value of attribute idle_session_ttl_in_seconds.
-
#intents ⇒ ::Array[Types::Intent]
Returns the value of attribute intents.
-
#locale ⇒ "de-DE", ...
Returns the value of attribute locale.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#nlu_intent_confidence_threshold ⇒ ::Float
Returns the value of attribute nlu_intent_confidence_threshold.
-
#process_behavior ⇒ "SAVE", "BUILD"
Returns the value of attribute process_behavior.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#voice_id ⇒ ::String
Returns the value of attribute voice_id.
Instance Attribute Details
#abort_statement ⇒ Types::Statement
Returns the value of attribute abort_statement.
733 734 735 |
# File 'sig/types.rbs', line 733 def abort_statement @abort_statement end |
#checksum ⇒ ::String
Returns the value of attribute checksum.
736 737 738 |
# File 'sig/types.rbs', line 736 def checksum @checksum end |
#child_directed ⇒ Boolean
Returns the value of attribute child_directed.
739 740 741 |
# File 'sig/types.rbs', line 739 def child_directed @child_directed end |
#clarification_prompt ⇒ Types::Prompt
Returns the value of attribute clarification_prompt.
732 733 734 |
# File 'sig/types.rbs', line 732 def clarification_prompt @clarification_prompt end |
#create_version ⇒ Boolean
Returns the value of attribute create_version.
741 742 743 |
# File 'sig/types.rbs', line 741 def create_version @create_version end |
#description ⇒ ::String
Returns the value of attribute description.
728 729 730 |
# File 'sig/types.rbs', line 728 def description @description end |
#detect_sentiment ⇒ Boolean
Returns the value of attribute detect_sentiment.
740 741 742 |
# File 'sig/types.rbs', line 740 def detect_sentiment @detect_sentiment end |
#enable_model_improvements ⇒ Boolean
Returns the value of attribute enable_model_improvements.
730 731 732 |
# File 'sig/types.rbs', line 730 def enable_model_improvements @enable_model_improvements end |
#idle_session_ttl_in_seconds ⇒ ::Integer
Returns the value of attribute idle_session_ttl_in_seconds.
734 735 736 |
# File 'sig/types.rbs', line 734 def idle_session_ttl_in_seconds @idle_session_ttl_in_seconds end |
#intents ⇒ ::Array[Types::Intent]
Returns the value of attribute intents.
729 730 731 |
# File 'sig/types.rbs', line 729 def intents @intents end |
#locale ⇒ "de-DE", ...
Returns the value of attribute locale.
738 739 740 |
# File 'sig/types.rbs', line 738 def locale @locale end |
#name ⇒ ::String
Returns the value of attribute name.
727 728 729 |
# File 'sig/types.rbs', line 727 def name @name end |
#nlu_intent_confidence_threshold ⇒ ::Float
Returns the value of attribute nlu_intent_confidence_threshold.
731 732 733 |
# File 'sig/types.rbs', line 731 def nlu_intent_confidence_threshold @nlu_intent_confidence_threshold end |
#process_behavior ⇒ "SAVE", "BUILD"
Returns the value of attribute process_behavior.
737 738 739 |
# File 'sig/types.rbs', line 737 def process_behavior @process_behavior end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
742 743 744 |
# File 'sig/types.rbs', line 742 def end |
#voice_id ⇒ ::String
Returns the value of attribute voice_id.
735 736 737 |
# File 'sig/types.rbs', line 735 def voice_id @voice_id end |