GoogleCloudDialogflowV2SearchKnowledgeRequest constructor

GoogleCloudDialogflowV2SearchKnowledgeRequest({
  1. String? conversation,
  2. String? conversationProfile,
  3. Map<String, Object?>? endUserMetadata,
  4. bool? exactSearch,
  5. String? latestMessage,
  6. String? parent,
  7. GoogleCloudDialogflowV2TextInput? query,
  8. String? querySource,
  9. GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfig? searchConfig,
  10. String? sessionId,
})

Implementation

GoogleCloudDialogflowV2SearchKnowledgeRequest({
  this.conversation,
  this.conversationProfile,
  this.endUserMetadata,
  this.exactSearch,
  this.latestMessage,
  this.parent,
  this.query,
  this.querySource,
  this.searchConfig,
  this.sessionId,
});