GoogleCloudDialogflowV2SearchKnowledgeAnswerAnswerSource constructor

GoogleCloudDialogflowV2SearchKnowledgeAnswerAnswerSource({
  1. String? snippet,
  2. String? title,
  3. String? uri,
})

Implementation

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