ConversationLogsRequest class
Provides the settings needed for conversation logs.
Constructors
-
ConversationLogsRequest({required String iamRoleArn, required List<
LogSettingsRequest> logSettings})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- iamRoleArn → String
-
The Amazon Resource Name (ARN) of an IAM role with permission to write to
your CloudWatch Logs for text logs and your S3 bucket for audio logs. If
audio encryption is enabled, this role also provides access permission for
the AWS KMS key used for encrypting audio logs. For more information, see Creating
an IAM Role and Policy for Conversation Logs.
final
-
logSettings
→ List<
LogSettingsRequest> -
The settings for your conversation logs. You can log the conversation text,
conversation 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
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited