GoogleCloudDialogflowV2SearchKnowledgeAnswerAnswerSource constructor

GoogleCloudDialogflowV2SearchKnowledgeAnswerAnswerSource({
  1. Map<String, Object?>? metadata,
  2. String? snippet,
  3. String? title,
  4. String? uri,
})

Implementation

GoogleCloudDialogflowV2SearchKnowledgeAnswerAnswerSource({
  this.metadata,
  this.snippet,
  this.title,
  this.uri,
});