BatchEmbedContentsResponse constructor

BatchEmbedContentsResponse({
  1. List<ContentEmbedding> embeddings = const [],
})

Implementation

BatchEmbedContentsResponse({this.embeddings = const []})
  : super(fullyQualifiedName);