Class: Aws::LexModelBuildingService::Types::ConversationLogsResponse

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

Overview

Contains information about conversation log settings.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#iam_role_arnString

The Amazon Resource Name (ARN) of the IAM role used to write your logs to CloudWatch Logs or an S3 bucket.

Returns:

  • (String)


350
351
352
353
354
355
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 350

class ConversationLogsResponse < Struct.new(
  :log_settings,
  :iam_role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#log_settingsArray<Types::LogSettingsResponse>

The settings for your conversation logs. You can log text, audio, or both.

Returns:



350
351
352
353
354
355
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 350

class ConversationLogsResponse < Struct.new(
  :log_settings,
  :iam_role_arn)
  SENSITIVE = []
  include Aws::Structure
end