Module: Aws::QBusiness::Client::_GetChatControlsConfigurationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetChatControlsConfigurationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #blocked_phrases ⇒ Types::BlockedPhrasesConfiguration
- #creator_mode_configuration ⇒ Types::AppliedCreatorModeConfiguration
- #hallucination_reduction_configuration ⇒ Types::HallucinationReductionConfiguration
- #next_token ⇒ ::String
- #orchestration_configuration ⇒ Types::AppliedOrchestrationConfiguration
- #response_scope ⇒ "ENTERPRISE_CONTENT_ONLY", "EXTENDED_KNOWLEDGE_ENABLED"
- #topic_configurations ⇒ ::Array[Types::TopicConfiguration]
Instance Method Details
#blocked_phrases ⇒ Types::BlockedPhrasesConfiguration
692 |
# File 'sig/client.rbs', line 692
def blocked_phrases: () -> Types::BlockedPhrasesConfiguration
|
#creator_mode_configuration ⇒ Types::AppliedCreatorModeConfiguration
694 |
# File 'sig/client.rbs', line 694
def creator_mode_configuration: () -> Types::AppliedCreatorModeConfiguration
|
#hallucination_reduction_configuration ⇒ Types::HallucinationReductionConfiguration
696 |
# File 'sig/client.rbs', line 696
def hallucination_reduction_configuration: () -> Types::HallucinationReductionConfiguration
|
#next_token ⇒ ::String
695 |
# File 'sig/client.rbs', line 695
def next_token: () -> ::String
|
#orchestration_configuration ⇒ Types::AppliedOrchestrationConfiguration
691 |
# File 'sig/client.rbs', line 691
def orchestration_configuration: () -> Types::AppliedOrchestrationConfiguration
|
#response_scope ⇒ "ENTERPRISE_CONTENT_ONLY", "EXTENDED_KNOWLEDGE_ENABLED"
690 |
# File 'sig/client.rbs', line 690
def response_scope: () -> ("ENTERPRISE_CONTENT_ONLY" | "EXTENDED_KNOWLEDGE_ENABLED")
|
#topic_configurations ⇒ ::Array[Types::TopicConfiguration]
693 |
# File 'sig/client.rbs', line 693
def topic_configurations: () -> ::Array[Types::TopicConfiguration]
|