ConversationLogsResponse class

Contains information about conversation log settings.

Constructors

ConversationLogsResponse({String? iamRoleArn, List<LogSettingsResponse>? logSettings})
ConversationLogsResponse.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
iamRoleArn String?
The Amazon Resource Name (ARN) of the IAM role used to write your logs to CloudWatch Logs or an S3 bucket.
final
logSettings List<LogSettingsResponse>?
The settings for your conversation logs. You can log text, audio, or both.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited