Class: Aws::Types::PutBotResponse
- Inherits:
-
Object
- Object
- Aws::Types::PutBotResponse
- 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.
-
#created_date ⇒ ::Time
Returns the value of attribute created_date.
-
#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.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#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.
-
#last_updated_date ⇒ ::Time
Returns the value of attribute last_updated_date.
-
#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.
-
#status ⇒ "BUILDING", ...
Returns the value of attribute status.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#version ⇒ ::String
Returns the value of attribute version.
-
#voice_id ⇒ ::String
Returns the value of attribute voice_id.
Instance Attribute Details
#abort_statement ⇒ Types::Statement
Returns the value of attribute abort_statement.
753 754 755 |
# File 'sig/types.rbs', line 753 def abort_statement @abort_statement end |
#checksum ⇒ ::String
Returns the value of attribute checksum.
760 761 762 |
# File 'sig/types.rbs', line 760 def checksum @checksum end |
#child_directed ⇒ Boolean
Returns the value of attribute child_directed.
763 764 765 |
# File 'sig/types.rbs', line 763 def child_directed @child_directed end |
#clarification_prompt ⇒ Types::Prompt
Returns the value of attribute clarification_prompt.
752 753 754 |
# File 'sig/types.rbs', line 752 def clarification_prompt @clarification_prompt end |
#create_version ⇒ Boolean
Returns the value of attribute create_version.
764 765 766 |
# File 'sig/types.rbs', line 764 def create_version @create_version end |
#created_date ⇒ ::Time
Returns the value of attribute created_date.
757 758 759 |
# File 'sig/types.rbs', line 757 def created_date @created_date end |
#description ⇒ ::String
Returns the value of attribute description.
748 749 750 |
# File 'sig/types.rbs', line 748 def description @description end |
#detect_sentiment ⇒ Boolean
Returns the value of attribute detect_sentiment.
765 766 767 |
# File 'sig/types.rbs', line 765 def detect_sentiment @detect_sentiment end |
#enable_model_improvements ⇒ Boolean
Returns the value of attribute enable_model_improvements.
750 751 752 |
# File 'sig/types.rbs', line 750 def enable_model_improvements @enable_model_improvements end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
755 756 757 |
# File 'sig/types.rbs', line 755 def failure_reason @failure_reason end |
#idle_session_ttl_in_seconds ⇒ ::Integer
Returns the value of attribute idle_session_ttl_in_seconds.
758 759 760 |
# File 'sig/types.rbs', line 758 def idle_session_ttl_in_seconds @idle_session_ttl_in_seconds end |
#intents ⇒ ::Array[Types::Intent]
Returns the value of attribute intents.
749 750 751 |
# File 'sig/types.rbs', line 749 def intents @intents end |
#last_updated_date ⇒ ::Time
Returns the value of attribute last_updated_date.
756 757 758 |
# File 'sig/types.rbs', line 756 def last_updated_date @last_updated_date end |
#locale ⇒ "de-DE", ...
Returns the value of attribute locale.
762 763 764 |
# File 'sig/types.rbs', line 762 def locale @locale end |
#name ⇒ ::String
Returns the value of attribute name.
747 748 749 |
# File 'sig/types.rbs', line 747 def name @name end |
#nlu_intent_confidence_threshold ⇒ ::Float
Returns the value of attribute nlu_intent_confidence_threshold.
751 752 753 |
# File 'sig/types.rbs', line 751 def nlu_intent_confidence_threshold @nlu_intent_confidence_threshold end |
#status ⇒ "BUILDING", ...
Returns the value of attribute status.
754 755 756 |
# File 'sig/types.rbs', line 754 def status @status end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
766 767 768 |
# File 'sig/types.rbs', line 766 def @tags end |
#version ⇒ ::String
Returns the value of attribute version.
761 762 763 |
# File 'sig/types.rbs', line 761 def version @version end |
#voice_id ⇒ ::String
Returns the value of attribute voice_id.
759 760 761 |
# File 'sig/types.rbs', line 759 def voice_id @voice_id end |