ConversationLogsResponse
public struct ConversationLogsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The Amazon Resource Name (ARN) of the IAM role used to write your logs to CloudWatch Logs or an S3 bucket.
Declaration
Swift
public let iamRoleArn: String? -
The settings for your conversation logs. You can log text, audio, or both.
Declaration
Swift
public let logSettings: [LogSettingsResponse]? -
Undocumented
Declaration
Swift
public init(iamRoleArn: String? = nil, logSettings: [LogSettingsResponse]? = nil)
View on GitHub
ConversationLogsResponse Structure Reference