GoogleCloudDialogflowV2SearchKnowledgeRequest constructor

GoogleCloudDialogflowV2SearchKnowledgeRequest({
  1. String? conversation,
  2. String? conversationProfile,
  3. String? latestMessage,
  4. String? parent,
  5. GoogleCloudDialogflowV2TextInput? query,
  6. String? sessionId,
})

Implementation

GoogleCloudDialogflowV2SearchKnowledgeRequest({
  this.conversation,
  this.conversationProfile,
  this.latestMessage,
  this.parent,
  this.query,
  this.sessionId,
});