Module: Aws::LexModelBuildingService::Client::_PutBotResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::PutBotResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #abort_statement ⇒ Types::Statement
- #checksum ⇒ ::String
- #child_directed ⇒ Boolean
- #clarification_prompt ⇒ Types::Prompt
- #create_version ⇒ Boolean
- #created_date ⇒ ::Time
- #description ⇒ ::String
- #detect_sentiment ⇒ Boolean
- #enable_model_improvements ⇒ Boolean
- #failure_reason ⇒ ::String
- #idle_session_ttl_in_seconds ⇒ ::Integer
- #intents ⇒ ::Array[Types::Intent]
- #last_updated_date ⇒ ::Time
- #locale ⇒ "de-DE", ...
- #name ⇒ ::String
- #nlu_intent_confidence_threshold ⇒ ::Float
- #status ⇒ "BUILDING", ...
- #tags ⇒ ::Array[Types::Tag]
- #version ⇒ ::String
- #voice_id ⇒ ::String
Instance Method Details
#abort_statement ⇒ Types::Statement
579 |
# File 'sig/client.rbs', line 579 def abort_statement: () -> Types::Statement |
#checksum ⇒ ::String
586 |
# File 'sig/client.rbs', line 586 def checksum: () -> ::String |
#child_directed ⇒ Boolean
589 |
# File 'sig/client.rbs', line 589 def child_directed: () -> bool |
#clarification_prompt ⇒ Types::Prompt
578 |
# File 'sig/client.rbs', line 578 def clarification_prompt: () -> Types::Prompt |
#create_version ⇒ Boolean
590 |
# File 'sig/client.rbs', line 590 def create_version: () -> bool |
#created_date ⇒ ::Time
583 |
# File 'sig/client.rbs', line 583 def created_date: () -> ::Time |
#description ⇒ ::String
574 |
# File 'sig/client.rbs', line 574 def description: () -> ::String |
#detect_sentiment ⇒ Boolean
591 |
# File 'sig/client.rbs', line 591 def detect_sentiment: () -> bool |
#enable_model_improvements ⇒ Boolean
576 |
# File 'sig/client.rbs', line 576 def enable_model_improvements: () -> bool |
#failure_reason ⇒ ::String
581 |
# File 'sig/client.rbs', line 581 def failure_reason: () -> ::String |
#idle_session_ttl_in_seconds ⇒ ::Integer
584 |
# File 'sig/client.rbs', line 584 def idle_session_ttl_in_seconds: () -> ::Integer |
#intents ⇒ ::Array[Types::Intent]
575 |
# File 'sig/client.rbs', line 575 def intents: () -> ::Array[Types::Intent] |
#last_updated_date ⇒ ::Time
582 |
# File 'sig/client.rbs', line 582 def last_updated_date: () -> ::Time |
#locale ⇒ "de-DE", ...
588 |
# File 'sig/client.rbs', line 588 def locale: () -> ("de-DE" | "en-AU" | "en-GB" | "en-IN" | "en-US" | "es-419" | "es-ES" | "es-US" | "fr-FR" | "fr-CA" | "it-IT" | "ja-JP" | "ko-KR") |
#name ⇒ ::String
573 |
# File 'sig/client.rbs', line 573 def name: () -> ::String |
#nlu_intent_confidence_threshold ⇒ ::Float
577 |
# File 'sig/client.rbs', line 577 def nlu_intent_confidence_threshold: () -> ::Float |
#status ⇒ "BUILDING", ...
580 |
# File 'sig/client.rbs', line 580 def status: () -> ("BUILDING" | "READY" | "READY_BASIC_TESTING" | "FAILED" | "NOT_BUILT") |
#tags ⇒ ::Array[Types::Tag]
592 |
# File 'sig/client.rbs', line 592 def tags: () -> ::Array[Types::Tag] |
#version ⇒ ::String
587 |
# File 'sig/client.rbs', line 587 def version: () -> ::String |
#voice_id ⇒ ::String
585 |
# File 'sig/client.rbs', line 585 def voice_id: () -> ::String |