Class: Aws::QBusiness::Types::GetChatControlsConfigurationRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

The identifier of the application for which the chat controls are configured.

Returns:

  • (String)


2929
2930
2931
2932
2933
2934
2935
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 2929

class GetChatControlsConfigurationRequest < Struct.new(
  :application_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of configured chat controls to return.

Returns:

  • (Integer)


2929
2930
2931
2932
2933
2934
2935
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 2929

class GetChatControlsConfigurationRequest < Struct.new(
  :application_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If the maxResults response was incomplete because there is more data to retrieve, Amazon Q Business returns a pagination token in the response. You can use this pagination token to retrieve the next set of Amazon Q Business chat controls configured.

Returns:

  • (String)


2929
2930
2931
2932
2933
2934
2935
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 2929

class GetChatControlsConfigurationRequest < Struct.new(
  :application_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end