GoogleCloudDialogflowV2SearchKnowledgeRequest constructor
GoogleCloudDialogflowV2SearchKnowledgeRequest({
- String? conversation,
- String? conversationProfile,
- Map<
String, Object?> ? endUserMetadata, - bool? exactSearch,
- String? latestMessage,
- String? parent,
- GoogleCloudDialogflowV2TextInput? query,
- String? querySource,
- GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfig? searchConfig,
- String? sessionId,
Implementation
GoogleCloudDialogflowV2SearchKnowledgeRequest({
this.conversation,
this.conversationProfile,
this.endUserMetadata,
this.exactSearch,
this.latestMessage,
this.parent,
this.query,
this.querySource,
this.searchConfig,
this.sessionId,
});