GoogleCloudDialogflowV2ConversationContextReference constructor
GoogleCloudDialogflowV2ConversationContextReference({
- List<
GoogleCloudDialogflowV2ConversationContextReferenceContextContent> ? contextContents, - String? createTime,
- String? languageCode,
- String? updateMode,
Implementation
GoogleCloudDialogflowV2ConversationContextReference({
this.contextContents,
this.createTime,
this.languageCode,
this.updateMode,
});