DescribeFaqResponse class
Constructors
-
DescribeFaqResponse({DateTime? createdAt, String? description, String? errorMessage, FaqFileFormat? fileFormat, String? id, String? indexId, String? name, String? roleArn, S3Path? s3Path, FaqStatus? status, DateTime? updatedAt})
-
-
DescribeFaqResponse.fromJson(Map<String, dynamic> json)
-
factory
Properties
-
createdAt
→ DateTime?
-
The date and time that the FAQ was created.
final
-
description
→ String?
-
The description of the FAQ that you provided when it was created.
final
-
errorMessage
→ String?
-
If the
Status
field is FAILED
, the
ErrorMessage
field contains the reason why the FAQ failed.
final
-
fileFormat
→ FaqFileFormat?
-
The file format used by the input files for the FAQ.
final
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
id
→ String?
-
The identifier of the FAQ.
final
-
indexId
→ String?
-
The identifier of the index that contains the FAQ.
final
-
name
→ String?
-
The name that you gave the FAQ when it was created.
final
-
roleArn
→ String?
-
The Amazon Resource Name (ARN) of the role that provides access to the S3
bucket containing the input files for the FAQ.
final
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
s3Path
→ S3Path?
-
final
-
status
→ FaqStatus?
-
The status of the FAQ. It is ready to use when the status is
ACTIVE
.
final
-
updatedAt
→ DateTime?
-
The date and time that the FAQ was last updated.
final
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited