GoogleCloudDialogflowCxV3Agent
import type { GoogleCloudDialogflowCxV3Agent } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";interface GoogleCloudDialogflowCxV3Agent {
advancedSettings?: GoogleCloudDialogflowCxV3AdvancedSettings;
answerFeedbackSettings?: GoogleCloudDialogflowCxV3AgentAnswerFeedbackSettings;
avatarUri?: string;
clientCertificateSettings?: GoogleCloudDialogflowCxV3AgentClientCertificateSettings;
defaultLanguageCode?: string;
description?: string;
displayName?: string;
enableMultiLanguageTraining?: boolean;
enableSpellCorrection?: boolean;
enableStackdriverLogging?: boolean;
genAppBuilderSettings?: GoogleCloudDialogflowCxV3AgentGenAppBuilderSettings;
gitIntegrationSettings?: GoogleCloudDialogflowCxV3AgentGitIntegrationSettings;
locked?: boolean;
name?: string;
personalizationSettings?: GoogleCloudDialogflowCxV3AgentPersonalizationSettings;
readonly satisfiesPzi?: boolean;
readonly satisfiesPzs?: boolean;
securitySettings?: string;
speechToTextSettings?: GoogleCloudDialogflowCxV3SpeechToTextSettings;
startFlow?: string;
startPlaybook?: string;
supportedLanguageCodes?: string[];
textToSpeechSettings?: GoogleCloudDialogflowCxV3TextToSpeechSettings;
timeZone?: string;
}§Properties
§
advancedSettings?: GoogleCloudDialogflowCxV3AdvancedSettings
[src]§
answerFeedbackSettings?: GoogleCloudDialogflowCxV3AgentAnswerFeedbackSettings
[src]§
clientCertificateSettings?: GoogleCloudDialogflowCxV3AgentClientCertificateSettings
[src]§
genAppBuilderSettings?: GoogleCloudDialogflowCxV3AgentGenAppBuilderSettings
[src]§
gitIntegrationSettings?: GoogleCloudDialogflowCxV3AgentGitIntegrationSettings
[src]§
personalizationSettings?: GoogleCloudDialogflowCxV3AgentPersonalizationSettings
[src]§
speechToTextSettings?: GoogleCloudDialogflowCxV3SpeechToTextSettings
[src]§
textToSpeechSettings?: GoogleCloudDialogflowCxV3TextToSpeechSettings
[src]