GetKnowledgeBaseSummaryTextResponseModel class
- Available extensions
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
-
GetKnowledgeBaseSummaryTextResponseModel({required String id, required String name, required KnowledgeBaseDocumentMetadataResponseModel metadata, required bool promptInjectable, required ResourceAccessInfo accessInfo, required List<
Object> dependentAgents, required String type}) -
const
-
GetKnowledgeBaseSummaryTextResponseModel.fromJson(Map<
String, dynamic> json) -
factory
Properties
- accessInfo → ResourceAccessInfo
-
final
-
dependentAgents
→ List<
Object> -
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- id → String
-
final
- metadata → KnowledgeBaseDocumentMetadataResponseModel
-
final
- name → String
-
final
- promptInjectable → bool
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → String
-
final
Methods
-
copyWith(
{String? id, String? name, KnowledgeBaseDocumentMetadataResponseModel? metadata, bool? promptInjectable, ResourceAccessInfo? accessInfo, List< Object> ? dependentAgents, String? type}) → GetKnowledgeBaseSummaryTextResponseModel -
Available on GetKnowledgeBaseSummaryTextResponseModel, provided by the $GetKnowledgeBaseSummaryTextResponseModelExtension extension
-
copyWithWrapped(
{Wrapped< String> ? id, Wrapped<String> ? name, Wrapped<KnowledgeBaseDocumentMetadataResponseModel> ? metadata, Wrapped<bool> ? promptInjectable, Wrapped<ResourceAccessInfo> ? accessInfo, Wrapped<List< ? dependentAgents, Wrapped<Object> >String> ? type}) → GetKnowledgeBaseSummaryTextResponseModel -
Available on GetKnowledgeBaseSummaryTextResponseModel, provided by the $GetKnowledgeBaseSummaryTextResponseModelExtension extension
-
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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override
Constants
-
fromJsonFactory
→ const GetKnowledgeBaseSummaryTextResponseModel Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(GetKnowledgeBaseSummaryTextResponseModel instance)