Dialogflow
import { Dialogflow } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";Builds conversational interfaces (for example, chatbots, and voice-powered apps and devices).
class Dialogflow {}
async projectsLocationsAgentsChangelogsGet(name: string): Promise<GoogleCloudDialogflowCxV3Changelog>;
async projectsLocationsAgentsChangelogsList(parent: string, opts?: ProjectsLocationsAgentsChangelogsListOptions): Promise<GoogleCloudDialogflowCxV3ListChangelogsResponse>;
async projectsLocationsAgentsCreate(parent: string, req: GoogleCloudDialogflowCxV3Agent): Promise<GoogleCloudDialogflowCxV3Agent>;
async projectsLocationsAgentsEntityTypesCreate(
parent: string,
): Promise<GoogleCloudDialogflowCxV3EntityType>;async projectsLocationsAgentsEntityTypesDelete(name: string, opts?: ProjectsLocationsAgentsEntityTypesDeleteOptions): Promise<GoogleProtobufEmpty>;
async projectsLocationsAgentsEntityTypesExport(parent: string, req: GoogleCloudDialogflowCxV3ExportEntityTypesRequest): Promise<GoogleLongrunningOperation>;
async projectsLocationsAgentsEntityTypesGet(name: string, opts?: ProjectsLocationsAgentsEntityTypesGetOptions): Promise<GoogleCloudDialogflowCxV3EntityType>;
async projectsLocationsAgentsEntityTypesImport(parent: string, req: GoogleCloudDialogflowCxV3ImportEntityTypesRequest): Promise<GoogleLongrunningOperation>;
async projectsLocationsAgentsEntityTypesList(parent: string, opts?: ProjectsLocationsAgentsEntityTypesListOptions): Promise<GoogleCloudDialogflowCxV3ListEntityTypesResponse>;
async projectsLocationsAgentsEntityTypesPatch(
name: string,
): Promise<GoogleCloudDialogflowCxV3EntityType>;async projectsLocationsAgentsEnvironmentsContinuousTestResultsList(parent: string, opts?: ProjectsLocationsAgentsEnvironmentsContinuousTestResultsListOptions): Promise<GoogleCloudDialogflowCxV3ListContinuousTestResultsResponse>;
async projectsLocationsAgentsEnvironmentsCreate(parent: string, req: GoogleCloudDialogflowCxV3Environment): Promise<GoogleLongrunningOperation>;
async projectsLocationsAgentsEnvironmentsDeployFlow(environment: string, req: GoogleCloudDialogflowCxV3DeployFlowRequest): Promise<GoogleLongrunningOperation>;
async projectsLocationsAgentsEnvironmentsDeploymentsGet(name: string): Promise<GoogleCloudDialogflowCxV3Deployment>;
async projectsLocationsAgentsEnvironmentsDeploymentsList(parent: string, opts?: ProjectsLocationsAgentsEnvironmentsDeploymentsListOptions): Promise<GoogleCloudDialogflowCxV3ListDeploymentsResponse>;
async projectsLocationsAgentsEnvironmentsExperimentsCreate(parent: string, req: GoogleCloudDialogflowCxV3Experiment): Promise<GoogleCloudDialogflowCxV3Experiment>;
async projectsLocationsAgentsEnvironmentsExperimentsDelete(name: string): Promise<GoogleProtobufEmpty>;
async projectsLocationsAgentsEnvironmentsExperimentsGet(name: string): Promise<GoogleCloudDialogflowCxV3Experiment>;
async projectsLocationsAgentsEnvironmentsExperimentsList(parent: string, opts?: ProjectsLocationsAgentsEnvironmentsExperimentsListOptions): Promise<GoogleCloudDialogflowCxV3ListExperimentsResponse>;
async projectsLocationsAgentsEnvironmentsExperimentsPatch(
name: string,
): Promise<GoogleCloudDialogflowCxV3Experiment>;async projectsLocationsAgentsEnvironmentsExperimentsStart(name: string, req: GoogleCloudDialogflowCxV3StartExperimentRequest): Promise<GoogleCloudDialogflowCxV3Experiment>;
async projectsLocationsAgentsEnvironmentsExperimentsStop(name: string, req: GoogleCloudDialogflowCxV3StopExperimentRequest): Promise<GoogleCloudDialogflowCxV3Experiment>;
async projectsLocationsAgentsEnvironmentsGet(name: string): Promise<GoogleCloudDialogflowCxV3Environment>;
async projectsLocationsAgentsEnvironmentsList(parent: string, opts?: ProjectsLocationsAgentsEnvironmentsListOptions): Promise<GoogleCloudDialogflowCxV3ListEnvironmentsResponse>;
async projectsLocationsAgentsEnvironmentsLookupEnvironmentHistory(name: string, opts?: ProjectsLocationsAgentsEnvironmentsLookupEnvironmentHistoryOptions): Promise<GoogleCloudDialogflowCxV3LookupEnvironmentHistoryResponse>;
async projectsLocationsAgentsEnvironmentsRunContinuousTest(environment: string, req: GoogleCloudDialogflowCxV3RunContinuousTestRequest): Promise<GoogleLongrunningOperation>;
async projectsLocationsAgentsEnvironmentsSessionsDetectIntent(session: string, req: GoogleCloudDialogflowCxV3DetectIntentRequest): Promise<GoogleCloudDialogflowCxV3DetectIntentResponse>;
async projectsLocationsAgentsEnvironmentsSessionsEntityTypesCreate(parent: string, req: GoogleCloudDialogflowCxV3SessionEntityType): Promise<GoogleCloudDialogflowCxV3SessionEntityType>;
async projectsLocationsAgentsEnvironmentsSessionsEntityTypesDelete(name: string): Promise<GoogleProtobufEmpty>;
async projectsLocationsAgentsEnvironmentsSessionsEntityTypesGet(name: string): Promise<GoogleCloudDialogflowCxV3SessionEntityType>;
async projectsLocationsAgentsEnvironmentsSessionsEntityTypesList(parent: string, opts?: ProjectsLocationsAgentsEnvironmentsSessionsEntityTypesListOptions): Promise<GoogleCloudDialogflowCxV3ListSessionEntityTypesResponse>;
async projectsLocationsAgentsEnvironmentsSessionsEntityTypesPatch(
name: string,
): Promise<GoogleCloudDialogflowCxV3SessionEntityType>;async projectsLocationsAgentsEnvironmentsSessionsFulfillIntent(session: string, req: GoogleCloudDialogflowCxV3FulfillIntentRequest): Promise<GoogleCloudDialogflowCxV3FulfillIntentResponse>;
async projectsLocationsAgentsEnvironmentsSessionsMatchIntent(session: string, req: GoogleCloudDialogflowCxV3MatchIntentRequest): Promise<GoogleCloudDialogflowCxV3MatchIntentResponse>;
async projectsLocationsAgentsEnvironmentsSessionsServerStreamingDetectIntent(session: string, req: GoogleCloudDialogflowCxV3DetectIntentRequest): Promise<GoogleCloudDialogflowCxV3DetectIntentResponse>;
async projectsLocationsAgentsExport(name: string, req: GoogleCloudDialogflowCxV3ExportAgentRequest): Promise<GoogleLongrunningOperation>;
async projectsLocationsAgentsFlowsDelete(name: string, opts?: ProjectsLocationsAgentsFlowsDeleteOptions): Promise<GoogleProtobufEmpty>;
async projectsLocationsAgentsFlowsExport(name: string, req: GoogleCloudDialogflowCxV3ExportFlowRequest): Promise<GoogleLongrunningOperation>;
async projectsLocationsAgentsFlowsGet(name: string, opts?: ProjectsLocationsAgentsFlowsGetOptions): Promise<GoogleCloudDialogflowCxV3Flow>;
async projectsLocationsAgentsFlowsGetValidationResult(name: string, opts?: ProjectsLocationsAgentsFlowsGetValidationResultOptions): Promise<GoogleCloudDialogflowCxV3FlowValidationResult>;
async projectsLocationsAgentsFlowsImport(parent: string, req: GoogleCloudDialogflowCxV3ImportFlowRequest): Promise<GoogleLongrunningOperation>;
async projectsLocationsAgentsFlowsList(parent: string, opts?: ProjectsLocationsAgentsFlowsListOptions): Promise<GoogleCloudDialogflowCxV3ListFlowsResponse>;
async projectsLocationsAgentsFlowsPagesCreate(
parent: string,
): Promise<GoogleCloudDialogflowCxV3Page>;async projectsLocationsAgentsFlowsPagesDelete(name: string, opts?: ProjectsLocationsAgentsFlowsPagesDeleteOptions): Promise<GoogleProtobufEmpty>;
async projectsLocationsAgentsFlowsPagesGet(name: string, opts?: ProjectsLocationsAgentsFlowsPagesGetOptions): Promise<GoogleCloudDialogflowCxV3Page>;
async projectsLocationsAgentsFlowsPagesList(parent: string, opts?: ProjectsLocationsAgentsFlowsPagesListOptions): Promise<GoogleCloudDialogflowCxV3ListPagesResponse>;
async projectsLocationsAgentsFlowsPagesPatch(
name: string,
): Promise<GoogleCloudDialogflowCxV3Page>;async projectsLocationsAgentsFlowsTrain(name: string, req: GoogleCloudDialogflowCxV3TrainFlowRequest): Promise<GoogleLongrunningOperation>;
async projectsLocationsAgentsFlowsTransitionRouteGroupsCreate(
parent: string,
): Promise<GoogleCloudDialogflowCxV3TransitionRouteGroup>;async projectsLocationsAgentsFlowsTransitionRouteGroupsDelete(name: string, opts?: ProjectsLocationsAgentsFlowsTransitionRouteGroupsDeleteOptions): Promise<GoogleProtobufEmpty>;
async projectsLocationsAgentsFlowsTransitionRouteGroupsGet(name: string, opts?: ProjectsLocationsAgentsFlowsTransitionRouteGroupsGetOptions): Promise<GoogleCloudDialogflowCxV3TransitionRouteGroup>;
async projectsLocationsAgentsFlowsTransitionRouteGroupsList(parent: string, opts?: ProjectsLocationsAgentsFlowsTransitionRouteGroupsListOptions): Promise<GoogleCloudDialogflowCxV3ListTransitionRouteGroupsResponse>;
async projectsLocationsAgentsFlowsTransitionRouteGroupsPatch(
name: string,
): Promise<GoogleCloudDialogflowCxV3TransitionRouteGroup>;async projectsLocationsAgentsFlowsValidate(name: string, req: GoogleCloudDialogflowCxV3ValidateFlowRequest): Promise<GoogleCloudDialogflowCxV3FlowValidationResult>;
async projectsLocationsAgentsFlowsVersionsCompareVersions(baseVersion: string, req: GoogleCloudDialogflowCxV3CompareVersionsRequest): Promise<GoogleCloudDialogflowCxV3CompareVersionsResponse>;
async projectsLocationsAgentsFlowsVersionsCreate(parent: string, req: GoogleCloudDialogflowCxV3Version): Promise<GoogleLongrunningOperation>;
async projectsLocationsAgentsFlowsVersionsGet(name: string): Promise<GoogleCloudDialogflowCxV3Version>;
async projectsLocationsAgentsFlowsVersionsList(parent: string, opts?: ProjectsLocationsAgentsFlowsVersionsListOptions): Promise<GoogleCloudDialogflowCxV3ListVersionsResponse>;
async projectsLocationsAgentsFlowsVersionsLoad(name: string, req: GoogleCloudDialogflowCxV3LoadVersionRequest): Promise<GoogleLongrunningOperation>;
async projectsLocationsAgentsFlowsVersionsPatch(
name: string,
): Promise<GoogleCloudDialogflowCxV3Version>;async projectsLocationsAgentsGeneratorsCreate(
parent: string,
): Promise<GoogleCloudDialogflowCxV3Generator>;async projectsLocationsAgentsGeneratorsDelete(name: string, opts?: ProjectsLocationsAgentsGeneratorsDeleteOptions): Promise<GoogleProtobufEmpty>;
async projectsLocationsAgentsGeneratorsGet(name: string, opts?: ProjectsLocationsAgentsGeneratorsGetOptions): Promise<GoogleCloudDialogflowCxV3Generator>;
async projectsLocationsAgentsGeneratorsList(parent: string, opts?: ProjectsLocationsAgentsGeneratorsListOptions): Promise<GoogleCloudDialogflowCxV3ListGeneratorsResponse>;
async projectsLocationsAgentsGeneratorsPatch(
name: string,
): Promise<GoogleCloudDialogflowCxV3Generator>;async projectsLocationsAgentsGetGenerativeSettings(name: string, opts?: ProjectsLocationsAgentsGetGenerativeSettingsOptions): Promise<GoogleCloudDialogflowCxV3GenerativeSettings>;
async projectsLocationsAgentsGetValidationResult(name: string, opts?: ProjectsLocationsAgentsGetValidationResultOptions): Promise<GoogleCloudDialogflowCxV3AgentValidationResult>;
async projectsLocationsAgentsIntentsCreate(
parent: string,
): Promise<GoogleCloudDialogflowCxV3Intent>;async projectsLocationsAgentsIntentsExport(parent: string, req: GoogleCloudDialogflowCxV3ExportIntentsRequest): Promise<GoogleLongrunningOperation>;
async projectsLocationsAgentsIntentsGet(name: string, opts?: ProjectsLocationsAgentsIntentsGetOptions): Promise<GoogleCloudDialogflowCxV3Intent>;
async projectsLocationsAgentsIntentsImport(parent: string, req: GoogleCloudDialogflowCxV3ImportIntentsRequest): Promise<GoogleLongrunningOperation>;
async projectsLocationsAgentsIntentsList(parent: string, opts?: ProjectsLocationsAgentsIntentsListOptions): Promise<GoogleCloudDialogflowCxV3ListIntentsResponse>;
async projectsLocationsAgentsList(parent: string, opts?: ProjectsLocationsAgentsListOptions): Promise<GoogleCloudDialogflowCxV3ListAgentsResponse>;
async projectsLocationsAgentsPlaybooksCreate(parent: string, req: GoogleCloudDialogflowCxV3Playbook): Promise<GoogleCloudDialogflowCxV3Playbook>;
async projectsLocationsAgentsPlaybooksExamplesCreate(parent: string, req: GoogleCloudDialogflowCxV3Example): Promise<GoogleCloudDialogflowCxV3Example>;
async projectsLocationsAgentsPlaybooksExamplesGet(name: string): Promise<GoogleCloudDialogflowCxV3Example>;
async projectsLocationsAgentsPlaybooksExamplesList(parent: string, opts?: ProjectsLocationsAgentsPlaybooksExamplesListOptions): Promise<GoogleCloudDialogflowCxV3ListExamplesResponse>;
async projectsLocationsAgentsPlaybooksExamplesPatch(
name: string,
): Promise<GoogleCloudDialogflowCxV3Example>;async projectsLocationsAgentsPlaybooksExport(name: string, req: GoogleCloudDialogflowCxV3ExportPlaybookRequest): Promise<GoogleLongrunningOperation>;
async projectsLocationsAgentsPlaybooksGet(name: string): Promise<GoogleCloudDialogflowCxV3Playbook>;
async projectsLocationsAgentsPlaybooksImport(parent: string, req: GoogleCloudDialogflowCxV3ImportPlaybookRequest): Promise<GoogleLongrunningOperation>;
async projectsLocationsAgentsPlaybooksList(parent: string, opts?: ProjectsLocationsAgentsPlaybooksListOptions): Promise<GoogleCloudDialogflowCxV3ListPlaybooksResponse>;
async projectsLocationsAgentsPlaybooksPatch(
name: string,
): Promise<GoogleCloudDialogflowCxV3Playbook>;async projectsLocationsAgentsPlaybooksVersionsCreate(parent: string, req: GoogleCloudDialogflowCxV3PlaybookVersion): Promise<GoogleCloudDialogflowCxV3PlaybookVersion>;
async projectsLocationsAgentsPlaybooksVersionsGet(name: string): Promise<GoogleCloudDialogflowCxV3PlaybookVersion>;
async projectsLocationsAgentsPlaybooksVersionsList(parent: string, opts?: ProjectsLocationsAgentsPlaybooksVersionsListOptions): Promise<GoogleCloudDialogflowCxV3ListPlaybookVersionsResponse>;
async projectsLocationsAgentsPlaybooksVersionsRestore(name: string, req: GoogleCloudDialogflowCxV3RestorePlaybookVersionRequest): Promise<GoogleCloudDialogflowCxV3RestorePlaybookVersionResponse>;
async projectsLocationsAgentsRestore(name: string, req: GoogleCloudDialogflowCxV3RestoreAgentRequest): Promise<GoogleLongrunningOperation>;
async projectsLocationsAgentsSessionsDetectIntent(session: string, req: GoogleCloudDialogflowCxV3DetectIntentRequest): Promise<GoogleCloudDialogflowCxV3DetectIntentResponse>;
async projectsLocationsAgentsSessionsEntityTypesCreate(parent: string, req: GoogleCloudDialogflowCxV3SessionEntityType): Promise<GoogleCloudDialogflowCxV3SessionEntityType>;
async projectsLocationsAgentsSessionsEntityTypesGet(name: string): Promise<GoogleCloudDialogflowCxV3SessionEntityType>;
async projectsLocationsAgentsSessionsEntityTypesList(parent: string, opts?: ProjectsLocationsAgentsSessionsEntityTypesListOptions): Promise<GoogleCloudDialogflowCxV3ListSessionEntityTypesResponse>;
async projectsLocationsAgentsSessionsEntityTypesPatch(
name: string,
): Promise<GoogleCloudDialogflowCxV3SessionEntityType>;async projectsLocationsAgentsSessionsFulfillIntent(session: string, req: GoogleCloudDialogflowCxV3FulfillIntentRequest): Promise<GoogleCloudDialogflowCxV3FulfillIntentResponse>;
async projectsLocationsAgentsSessionsMatchIntent(session: string, req: GoogleCloudDialogflowCxV3MatchIntentRequest): Promise<GoogleCloudDialogflowCxV3MatchIntentResponse>;
async projectsLocationsAgentsSessionsServerStreamingDetectIntent(session: string, req: GoogleCloudDialogflowCxV3DetectIntentRequest): Promise<GoogleCloudDialogflowCxV3DetectIntentResponse>;
async projectsLocationsAgentsSessionsSubmitAnswerFeedback(session: string, req: GoogleCloudDialogflowCxV3SubmitAnswerFeedbackRequest): Promise<GoogleCloudDialogflowCxV3AnswerFeedback>;
async projectsLocationsAgentsTestCasesBatchDelete(parent: string, req: GoogleCloudDialogflowCxV3BatchDeleteTestCasesRequest): Promise<GoogleProtobufEmpty>;
async projectsLocationsAgentsTestCasesBatchRun(parent: string, req: GoogleCloudDialogflowCxV3BatchRunTestCasesRequest): Promise<GoogleLongrunningOperation>;
async projectsLocationsAgentsTestCasesCalculateCoverage(agent: string, opts?: ProjectsLocationsAgentsTestCasesCalculateCoverageOptions): Promise<GoogleCloudDialogflowCxV3CalculateCoverageResponse>;
async projectsLocationsAgentsTestCasesCreate(parent: string, req: GoogleCloudDialogflowCxV3TestCase): Promise<GoogleCloudDialogflowCxV3TestCase>;
async projectsLocationsAgentsTestCasesExport(parent: string, req: GoogleCloudDialogflowCxV3ExportTestCasesRequest): Promise<GoogleLongrunningOperation>;
async projectsLocationsAgentsTestCasesGet(name: string): Promise<GoogleCloudDialogflowCxV3TestCase>;
async projectsLocationsAgentsTestCasesImport(parent: string, req: GoogleCloudDialogflowCxV3ImportTestCasesRequest): Promise<GoogleLongrunningOperation>;
async projectsLocationsAgentsTestCasesList(parent: string, opts?: ProjectsLocationsAgentsTestCasesListOptions): Promise<GoogleCloudDialogflowCxV3ListTestCasesResponse>;
async projectsLocationsAgentsTestCasesPatch(
name: string,
): Promise<GoogleCloudDialogflowCxV3TestCase>;async projectsLocationsAgentsTestCasesResultsGet(name: string): Promise<GoogleCloudDialogflowCxV3TestCaseResult>;
async projectsLocationsAgentsTestCasesResultsList(parent: string, opts?: ProjectsLocationsAgentsTestCasesResultsListOptions): Promise<GoogleCloudDialogflowCxV3ListTestCaseResultsResponse>;
async projectsLocationsAgentsTestCasesRun(name: string, req: GoogleCloudDialogflowCxV3RunTestCaseRequest): Promise<GoogleLongrunningOperation>;
async projectsLocationsAgentsToolsCreate(parent: string, req: GoogleCloudDialogflowCxV3Tool): Promise<GoogleCloudDialogflowCxV3Tool>;
async projectsLocationsAgentsToolsDelete(name: string, opts?: ProjectsLocationsAgentsToolsDeleteOptions): Promise<GoogleProtobufEmpty>;
async projectsLocationsAgentsToolsList(parent: string, opts?: ProjectsLocationsAgentsToolsListOptions): Promise<GoogleCloudDialogflowCxV3ListToolsResponse>;
async projectsLocationsAgentsToolsVersionsCreate(parent: string, req: GoogleCloudDialogflowCxV3ToolVersion): Promise<GoogleCloudDialogflowCxV3ToolVersion>;
async projectsLocationsAgentsToolsVersionsDelete(name: string, opts?: ProjectsLocationsAgentsToolsVersionsDeleteOptions): Promise<GoogleProtobufEmpty>;
async projectsLocationsAgentsToolsVersionsGet(name: string): Promise<GoogleCloudDialogflowCxV3ToolVersion>;
async projectsLocationsAgentsToolsVersionsList(parent: string, opts?: ProjectsLocationsAgentsToolsVersionsListOptions): Promise<GoogleCloudDialogflowCxV3ListToolVersionsResponse>;
async projectsLocationsAgentsToolsVersionsRestore(name: string, req: GoogleCloudDialogflowCxV3RestoreToolVersionRequest): Promise<GoogleCloudDialogflowCxV3RestoreToolVersionResponse>;
async projectsLocationsAgentsTransitionRouteGroupsCreate(
parent: string,
): Promise<GoogleCloudDialogflowCxV3TransitionRouteGroup>;async projectsLocationsAgentsTransitionRouteGroupsDelete(name: string, opts?: ProjectsLocationsAgentsTransitionRouteGroupsDeleteOptions): Promise<GoogleProtobufEmpty>;
async projectsLocationsAgentsTransitionRouteGroupsGet(name: string, opts?: ProjectsLocationsAgentsTransitionRouteGroupsGetOptions): Promise<GoogleCloudDialogflowCxV3TransitionRouteGroup>;
async projectsLocationsAgentsTransitionRouteGroupsList(parent: string, opts?: ProjectsLocationsAgentsTransitionRouteGroupsListOptions): Promise<GoogleCloudDialogflowCxV3ListTransitionRouteGroupsResponse>;
async projectsLocationsAgentsTransitionRouteGroupsPatch(
name: string,
): Promise<GoogleCloudDialogflowCxV3TransitionRouteGroup>;async projectsLocationsAgentsUpdateGenerativeSettings(
name: string,
): Promise<GoogleCloudDialogflowCxV3GenerativeSettings>;async projectsLocationsAgentsValidate(name: string, req: GoogleCloudDialogflowCxV3ValidateAgentRequest): Promise<GoogleCloudDialogflowCxV3AgentValidationResult>;
async projectsLocationsAgentsWebhooksCreate(parent: string, req: GoogleCloudDialogflowCxV3Webhook): Promise<GoogleCloudDialogflowCxV3Webhook>;
async projectsLocationsAgentsWebhooksDelete(name: string, opts?: ProjectsLocationsAgentsWebhooksDeleteOptions): Promise<GoogleProtobufEmpty>;
async projectsLocationsAgentsWebhooksList(parent: string, opts?: ProjectsLocationsAgentsWebhooksListOptions): Promise<GoogleCloudDialogflowCxV3ListWebhooksResponse>;
async projectsLocationsAgentsWebhooksPatch(
name: string,
): Promise<GoogleCloudDialogflowCxV3Webhook>;async projectsLocationsList(name: string, opts?: ProjectsLocationsListOptions): Promise<GoogleCloudLocationListLocationsResponse>;
async projectsLocationsOperationsList(name: string, opts?: ProjectsLocationsOperationsListOptions): Promise<GoogleLongrunningListOperationsResponse>;
async projectsLocationsSecuritySettingsCreate(parent: string, req: GoogleCloudDialogflowCxV3SecuritySettings): Promise<GoogleCloudDialogflowCxV3SecuritySettings>;
async projectsLocationsSecuritySettingsGet(name: string): Promise<GoogleCloudDialogflowCxV3SecuritySettings>;
async projectsLocationsSecuritySettingsList(parent: string, opts?: ProjectsLocationsSecuritySettingsListOptions): Promise<GoogleCloudDialogflowCxV3ListSecuritySettingsResponse>;
async projectsLocationsSecuritySettingsPatch(
name: string,
): Promise<GoogleCloudDialogflowCxV3SecuritySettings>;async projectsOperationsList(name: string, opts?: ProjectsOperationsListOptions): Promise<GoogleLongrunningListOperationsResponse>;
§Methods
§
projectsLocationsAgentsChangelogsGet(name: string): Promise<GoogleCloudDialogflowCxV3Changelog>
[src]§
projectsLocationsAgentsChangelogsList(parent: string, opts?: ProjectsLocationsAgentsChangelogsListOptions): Promise<GoogleCloudDialogflowCxV3ListChangelogsResponse>
[src]§
projectsLocationsAgentsCreate(parent: string, req: GoogleCloudDialogflowCxV3Agent): Promise<GoogleCloudDialogflowCxV3Agent>
[src]§
projectsLocationsAgentsDelete(name: string): Promise<GoogleProtobufEmpty>
[src]§
projectsLocationsAgentsEntityTypesCreate(parent: string, req: GoogleCloudDialogflowCxV3EntityType, opts?: ProjectsLocationsAgentsEntityTypesCreateOptions): Promise<GoogleCloudDialogflowCxV3EntityType>
[src]§
projectsLocationsAgentsEntityTypesDelete(name: string, opts?: ProjectsLocationsAgentsEntityTypesDeleteOptions): Promise<GoogleProtobufEmpty>
[src]§
projectsLocationsAgentsEntityTypesExport(parent: string, req: GoogleCloudDialogflowCxV3ExportEntityTypesRequest): Promise<GoogleLongrunningOperation>
[src]§
projectsLocationsAgentsEntityTypesGet(name: string, opts?: ProjectsLocationsAgentsEntityTypesGetOptions): Promise<GoogleCloudDialogflowCxV3EntityType>
[src]§
projectsLocationsAgentsEntityTypesImport(parent: string, req: GoogleCloudDialogflowCxV3ImportEntityTypesRequest): Promise<GoogleLongrunningOperation>
[src]§
projectsLocationsAgentsEntityTypesList(parent: string, opts?: ProjectsLocationsAgentsEntityTypesListOptions): Promise<GoogleCloudDialogflowCxV3ListEntityTypesResponse>
[src]§
projectsLocationsAgentsEntityTypesPatch(name: string, req: GoogleCloudDialogflowCxV3EntityType, opts?: ProjectsLocationsAgentsEntityTypesPatchOptions): Promise<GoogleCloudDialogflowCxV3EntityType>
[src]§
projectsLocationsAgentsEnvironmentsContinuousTestResultsList(parent: string, opts?: ProjectsLocationsAgentsEnvironmentsContinuousTestResultsListOptions): Promise<GoogleCloudDialogflowCxV3ListContinuousTestResultsResponse>
[src]§
projectsLocationsAgentsEnvironmentsCreate(parent: string, req: GoogleCloudDialogflowCxV3Environment): Promise<GoogleLongrunningOperation>
[src]§
projectsLocationsAgentsEnvironmentsDelete(name: string): Promise<GoogleProtobufEmpty>
[src]§
projectsLocationsAgentsEnvironmentsDeployFlow(environment: string, req: GoogleCloudDialogflowCxV3DeployFlowRequest): Promise<GoogleLongrunningOperation>
[src]§
projectsLocationsAgentsEnvironmentsDeploymentsGet(name: string): Promise<GoogleCloudDialogflowCxV3Deployment>
[src]§
projectsLocationsAgentsEnvironmentsDeploymentsList(parent: string, opts?: ProjectsLocationsAgentsEnvironmentsDeploymentsListOptions): Promise<GoogleCloudDialogflowCxV3ListDeploymentsResponse>
[src]§
projectsLocationsAgentsEnvironmentsExperimentsCreate(parent: string, req: GoogleCloudDialogflowCxV3Experiment): Promise<GoogleCloudDialogflowCxV3Experiment>
[src]§
projectsLocationsAgentsEnvironmentsExperimentsDelete(name: string): Promise<GoogleProtobufEmpty>
[src]§
projectsLocationsAgentsEnvironmentsExperimentsGet(name: string): Promise<GoogleCloudDialogflowCxV3Experiment>
[src]§
projectsLocationsAgentsEnvironmentsExperimentsList(parent: string, opts?: ProjectsLocationsAgentsEnvironmentsExperimentsListOptions): Promise<GoogleCloudDialogflowCxV3ListExperimentsResponse>
[src]§
projectsLocationsAgentsEnvironmentsExperimentsPatch(name: string, req: GoogleCloudDialogflowCxV3Experiment, opts?: ProjectsLocationsAgentsEnvironmentsExperimentsPatchOptions): Promise<GoogleCloudDialogflowCxV3Experiment>
[src]§
projectsLocationsAgentsEnvironmentsExperimentsStart(name: string, req: GoogleCloudDialogflowCxV3StartExperimentRequest): Promise<GoogleCloudDialogflowCxV3Experiment>
[src]§
projectsLocationsAgentsEnvironmentsExperimentsStop(name: string, req: GoogleCloudDialogflowCxV3StopExperimentRequest): Promise<GoogleCloudDialogflowCxV3Experiment>
[src]§
projectsLocationsAgentsEnvironmentsGet(name: string): Promise<GoogleCloudDialogflowCxV3Environment>
[src]§
projectsLocationsAgentsEnvironmentsList(parent: string, opts?: ProjectsLocationsAgentsEnvironmentsListOptions): Promise<GoogleCloudDialogflowCxV3ListEnvironmentsResponse>
[src]§
projectsLocationsAgentsEnvironmentsLookupEnvironmentHistory(name: string, opts?: ProjectsLocationsAgentsEnvironmentsLookupEnvironmentHistoryOptions): Promise<GoogleCloudDialogflowCxV3LookupEnvironmentHistoryResponse>
[src]§
projectsLocationsAgentsEnvironmentsPatch(name: string, req: GoogleCloudDialogflowCxV3Environment, opts?: ProjectsLocationsAgentsEnvironmentsPatchOptions): Promise<GoogleLongrunningOperation>
[src]§
projectsLocationsAgentsEnvironmentsRunContinuousTest(environment: string, req: GoogleCloudDialogflowCxV3RunContinuousTestRequest): Promise<GoogleLongrunningOperation>
[src]§
projectsLocationsAgentsEnvironmentsSessionsDetectIntent(session: string, req: GoogleCloudDialogflowCxV3DetectIntentRequest): Promise<GoogleCloudDialogflowCxV3DetectIntentResponse>
[src]§
projectsLocationsAgentsEnvironmentsSessionsEntityTypesCreate(parent: string, req: GoogleCloudDialogflowCxV3SessionEntityType): Promise<GoogleCloudDialogflowCxV3SessionEntityType>
[src]§
projectsLocationsAgentsEnvironmentsSessionsEntityTypesDelete(name: string): Promise<GoogleProtobufEmpty>
[src]§
projectsLocationsAgentsEnvironmentsSessionsEntityTypesGet(name: string): Promise<GoogleCloudDialogflowCxV3SessionEntityType>
[src]§
projectsLocationsAgentsEnvironmentsSessionsEntityTypesList(parent: string, opts?: ProjectsLocationsAgentsEnvironmentsSessionsEntityTypesListOptions): Promise<GoogleCloudDialogflowCxV3ListSessionEntityTypesResponse>
[src]§
projectsLocationsAgentsEnvironmentsSessionsEntityTypesPatch(name: string, req: GoogleCloudDialogflowCxV3SessionEntityType, opts?: ProjectsLocationsAgentsEnvironmentsSessionsEntityTypesPatchOptions): Promise<GoogleCloudDialogflowCxV3SessionEntityType>
[src]§
projectsLocationsAgentsEnvironmentsSessionsFulfillIntent(session: string, req: GoogleCloudDialogflowCxV3FulfillIntentRequest): Promise<GoogleCloudDialogflowCxV3FulfillIntentResponse>
[src]§
projectsLocationsAgentsEnvironmentsSessionsMatchIntent(session: string, req: GoogleCloudDialogflowCxV3MatchIntentRequest): Promise<GoogleCloudDialogflowCxV3MatchIntentResponse>
[src]§
projectsLocationsAgentsEnvironmentsSessionsServerStreamingDetectIntent(session: string, req: GoogleCloudDialogflowCxV3DetectIntentRequest): Promise<GoogleCloudDialogflowCxV3DetectIntentResponse>
[src]§
projectsLocationsAgentsExport(name: string, req: GoogleCloudDialogflowCxV3ExportAgentRequest): Promise<GoogleLongrunningOperation>
[src]§
projectsLocationsAgentsFlowsCreate(parent: string, req: GoogleCloudDialogflowCxV3Flow, opts?: ProjectsLocationsAgentsFlowsCreateOptions): Promise<GoogleCloudDialogflowCxV3Flow>
[src]§
projectsLocationsAgentsFlowsDelete(name: string, opts?: ProjectsLocationsAgentsFlowsDeleteOptions): Promise<GoogleProtobufEmpty>
[src]§
projectsLocationsAgentsFlowsExport(name: string, req: GoogleCloudDialogflowCxV3ExportFlowRequest): Promise<GoogleLongrunningOperation>
[src]§
projectsLocationsAgentsFlowsGet(name: string, opts?: ProjectsLocationsAgentsFlowsGetOptions): Promise<GoogleCloudDialogflowCxV3Flow>
[src]§
projectsLocationsAgentsFlowsGetValidationResult(name: string, opts?: ProjectsLocationsAgentsFlowsGetValidationResultOptions): Promise<GoogleCloudDialogflowCxV3FlowValidationResult>
[src]§
projectsLocationsAgentsFlowsImport(parent: string, req: GoogleCloudDialogflowCxV3ImportFlowRequest): Promise<GoogleLongrunningOperation>
[src]§
projectsLocationsAgentsFlowsList(parent: string, opts?: ProjectsLocationsAgentsFlowsListOptions): Promise<GoogleCloudDialogflowCxV3ListFlowsResponse>
[src]§
projectsLocationsAgentsFlowsPagesCreate(parent: string, req: GoogleCloudDialogflowCxV3Page, opts?: ProjectsLocationsAgentsFlowsPagesCreateOptions): Promise<GoogleCloudDialogflowCxV3Page>
[src]§
projectsLocationsAgentsFlowsPagesDelete(name: string, opts?: ProjectsLocationsAgentsFlowsPagesDeleteOptions): Promise<GoogleProtobufEmpty>
[src]§
projectsLocationsAgentsFlowsPagesGet(name: string, opts?: ProjectsLocationsAgentsFlowsPagesGetOptions): Promise<GoogleCloudDialogflowCxV3Page>
[src]§
projectsLocationsAgentsFlowsPagesList(parent: string, opts?: ProjectsLocationsAgentsFlowsPagesListOptions): Promise<GoogleCloudDialogflowCxV3ListPagesResponse>
[src]§
projectsLocationsAgentsFlowsPagesPatch(name: string, req: GoogleCloudDialogflowCxV3Page, opts?: ProjectsLocationsAgentsFlowsPagesPatchOptions): Promise<GoogleCloudDialogflowCxV3Page>
[src]§
projectsLocationsAgentsFlowsPatch(name: string, req: GoogleCloudDialogflowCxV3Flow, opts?: ProjectsLocationsAgentsFlowsPatchOptions): Promise<GoogleCloudDialogflowCxV3Flow>
[src]§
projectsLocationsAgentsFlowsTrain(name: string, req: GoogleCloudDialogflowCxV3TrainFlowRequest): Promise<GoogleLongrunningOperation>
[src]§
projectsLocationsAgentsFlowsTransitionRouteGroupsCreate(parent: string, req: GoogleCloudDialogflowCxV3TransitionRouteGroup, opts?: ProjectsLocationsAgentsFlowsTransitionRouteGroupsCreateOptions): Promise<GoogleCloudDialogflowCxV3TransitionRouteGroup>
[src]§
projectsLocationsAgentsFlowsTransitionRouteGroupsDelete(name: string, opts?: ProjectsLocationsAgentsFlowsTransitionRouteGroupsDeleteOptions): Promise<GoogleProtobufEmpty>
[src]§
projectsLocationsAgentsFlowsTransitionRouteGroupsGet(name: string, opts?: ProjectsLocationsAgentsFlowsTransitionRouteGroupsGetOptions): Promise<GoogleCloudDialogflowCxV3TransitionRouteGroup>
[src]§
projectsLocationsAgentsFlowsTransitionRouteGroupsList(parent: string, opts?: ProjectsLocationsAgentsFlowsTransitionRouteGroupsListOptions): Promise<GoogleCloudDialogflowCxV3ListTransitionRouteGroupsResponse>
[src]§
projectsLocationsAgentsFlowsTransitionRouteGroupsPatch(name: string, req: GoogleCloudDialogflowCxV3TransitionRouteGroup, opts?: ProjectsLocationsAgentsFlowsTransitionRouteGroupsPatchOptions): Promise<GoogleCloudDialogflowCxV3TransitionRouteGroup>
[src]§
projectsLocationsAgentsFlowsValidate(name: string, req: GoogleCloudDialogflowCxV3ValidateFlowRequest): Promise<GoogleCloudDialogflowCxV3FlowValidationResult>
[src]§
projectsLocationsAgentsFlowsVersionsCompareVersions(baseVersion: string, req: GoogleCloudDialogflowCxV3CompareVersionsRequest): Promise<GoogleCloudDialogflowCxV3CompareVersionsResponse>
[src]§
projectsLocationsAgentsFlowsVersionsCreate(parent: string, req: GoogleCloudDialogflowCxV3Version): Promise<GoogleLongrunningOperation>
[src]§
projectsLocationsAgentsFlowsVersionsDelete(name: string): Promise<GoogleProtobufEmpty>
[src]§
projectsLocationsAgentsFlowsVersionsGet(name: string): Promise<GoogleCloudDialogflowCxV3Version>
[src]§
projectsLocationsAgentsFlowsVersionsList(parent: string, opts?: ProjectsLocationsAgentsFlowsVersionsListOptions): Promise<GoogleCloudDialogflowCxV3ListVersionsResponse>
[src]§
projectsLocationsAgentsFlowsVersionsLoad(name: string, req: GoogleCloudDialogflowCxV3LoadVersionRequest): Promise<GoogleLongrunningOperation>
[src]§
projectsLocationsAgentsFlowsVersionsPatch(name: string, req: GoogleCloudDialogflowCxV3Version, opts?: ProjectsLocationsAgentsFlowsVersionsPatchOptions): Promise<GoogleCloudDialogflowCxV3Version>
[src]§
projectsLocationsAgentsGeneratorsCreate(parent: string, req: GoogleCloudDialogflowCxV3Generator, opts?: ProjectsLocationsAgentsGeneratorsCreateOptions): Promise<GoogleCloudDialogflowCxV3Generator>
[src]§
projectsLocationsAgentsGeneratorsDelete(name: string, opts?: ProjectsLocationsAgentsGeneratorsDeleteOptions): Promise<GoogleProtobufEmpty>
[src]§
projectsLocationsAgentsGeneratorsGet(name: string, opts?: ProjectsLocationsAgentsGeneratorsGetOptions): Promise<GoogleCloudDialogflowCxV3Generator>
[src]§
projectsLocationsAgentsGeneratorsList(parent: string, opts?: ProjectsLocationsAgentsGeneratorsListOptions): Promise<GoogleCloudDialogflowCxV3ListGeneratorsResponse>
[src]§
projectsLocationsAgentsGeneratorsPatch(name: string, req: GoogleCloudDialogflowCxV3Generator, opts?: ProjectsLocationsAgentsGeneratorsPatchOptions): Promise<GoogleCloudDialogflowCxV3Generator>
[src]§
projectsLocationsAgentsGet(name: string): Promise<GoogleCloudDialogflowCxV3Agent>
[src]§
projectsLocationsAgentsGetGenerativeSettings(name: string, opts?: ProjectsLocationsAgentsGetGenerativeSettingsOptions): Promise<GoogleCloudDialogflowCxV3GenerativeSettings>
[src]§
projectsLocationsAgentsGetValidationResult(name: string, opts?: ProjectsLocationsAgentsGetValidationResultOptions): Promise<GoogleCloudDialogflowCxV3AgentValidationResult>
[src]§
projectsLocationsAgentsIntentsCreate(parent: string, req: GoogleCloudDialogflowCxV3Intent, opts?: ProjectsLocationsAgentsIntentsCreateOptions): Promise<GoogleCloudDialogflowCxV3Intent>
[src]§
projectsLocationsAgentsIntentsDelete(name: string): Promise<GoogleProtobufEmpty>
[src]§
projectsLocationsAgentsIntentsExport(parent: string, req: GoogleCloudDialogflowCxV3ExportIntentsRequest): Promise<GoogleLongrunningOperation>
[src]§
projectsLocationsAgentsIntentsGet(name: string, opts?: ProjectsLocationsAgentsIntentsGetOptions): Promise<GoogleCloudDialogflowCxV3Intent>
[src]§
projectsLocationsAgentsIntentsImport(parent: string, req: GoogleCloudDialogflowCxV3ImportIntentsRequest): Promise<GoogleLongrunningOperation>
[src]§
projectsLocationsAgentsIntentsList(parent: string, opts?: ProjectsLocationsAgentsIntentsListOptions): Promise<GoogleCloudDialogflowCxV3ListIntentsResponse>
[src]§
projectsLocationsAgentsIntentsPatch(name: string, req: GoogleCloudDialogflowCxV3Intent, opts?: ProjectsLocationsAgentsIntentsPatchOptions): Promise<GoogleCloudDialogflowCxV3Intent>
[src]§
projectsLocationsAgentsList(parent: string, opts?: ProjectsLocationsAgentsListOptions): Promise<GoogleCloudDialogflowCxV3ListAgentsResponse>
[src]§
projectsLocationsAgentsPatch(name: string, req: GoogleCloudDialogflowCxV3Agent, opts?: ProjectsLocationsAgentsPatchOptions): Promise<GoogleCloudDialogflowCxV3Agent>
[src]§
projectsLocationsAgentsPlaybooksCreate(parent: string, req: GoogleCloudDialogflowCxV3Playbook): Promise<GoogleCloudDialogflowCxV3Playbook>
[src]§
projectsLocationsAgentsPlaybooksDelete(name: string): Promise<GoogleProtobufEmpty>
[src]§
projectsLocationsAgentsPlaybooksExamplesCreate(parent: string, req: GoogleCloudDialogflowCxV3Example): Promise<GoogleCloudDialogflowCxV3Example>
[src]§
projectsLocationsAgentsPlaybooksExamplesDelete(name: string): Promise<GoogleProtobufEmpty>
[src]§
projectsLocationsAgentsPlaybooksExamplesGet(name: string): Promise<GoogleCloudDialogflowCxV3Example>
[src]§
projectsLocationsAgentsPlaybooksExamplesList(parent: string, opts?: ProjectsLocationsAgentsPlaybooksExamplesListOptions): Promise<GoogleCloudDialogflowCxV3ListExamplesResponse>
[src]§
projectsLocationsAgentsPlaybooksExamplesPatch(name: string, req: GoogleCloudDialogflowCxV3Example, opts?: ProjectsLocationsAgentsPlaybooksExamplesPatchOptions): Promise<GoogleCloudDialogflowCxV3Example>
[src]§
projectsLocationsAgentsPlaybooksExport(name: string, req: GoogleCloudDialogflowCxV3ExportPlaybookRequest): Promise<GoogleLongrunningOperation>
[src]§
projectsLocationsAgentsPlaybooksGet(name: string): Promise<GoogleCloudDialogflowCxV3Playbook>
[src]§
projectsLocationsAgentsPlaybooksImport(parent: string, req: GoogleCloudDialogflowCxV3ImportPlaybookRequest): Promise<GoogleLongrunningOperation>
[src]§
projectsLocationsAgentsPlaybooksList(parent: string, opts?: ProjectsLocationsAgentsPlaybooksListOptions): Promise<GoogleCloudDialogflowCxV3ListPlaybooksResponse>
[src]§
projectsLocationsAgentsPlaybooksPatch(name: string, req: GoogleCloudDialogflowCxV3Playbook, opts?: ProjectsLocationsAgentsPlaybooksPatchOptions): Promise<GoogleCloudDialogflowCxV3Playbook>
[src]§
projectsLocationsAgentsPlaybooksVersionsCreate(parent: string, req: GoogleCloudDialogflowCxV3PlaybookVersion): Promise<GoogleCloudDialogflowCxV3PlaybookVersion>
[src]§
projectsLocationsAgentsPlaybooksVersionsDelete(name: string): Promise<GoogleProtobufEmpty>
[src]§
projectsLocationsAgentsPlaybooksVersionsGet(name: string): Promise<GoogleCloudDialogflowCxV3PlaybookVersion>
[src]§
projectsLocationsAgentsPlaybooksVersionsList(parent: string, opts?: ProjectsLocationsAgentsPlaybooksVersionsListOptions): Promise<GoogleCloudDialogflowCxV3ListPlaybookVersionsResponse>
[src]§
projectsLocationsAgentsPlaybooksVersionsRestore(name: string, req: GoogleCloudDialogflowCxV3RestorePlaybookVersionRequest): Promise<GoogleCloudDialogflowCxV3RestorePlaybookVersionResponse>
[src]§
projectsLocationsAgentsRestore(name: string, req: GoogleCloudDialogflowCxV3RestoreAgentRequest): Promise<GoogleLongrunningOperation>
[src]§
projectsLocationsAgentsSessionsDetectIntent(session: string, req: GoogleCloudDialogflowCxV3DetectIntentRequest): Promise<GoogleCloudDialogflowCxV3DetectIntentResponse>
[src]§
projectsLocationsAgentsSessionsEntityTypesCreate(parent: string, req: GoogleCloudDialogflowCxV3SessionEntityType): Promise<GoogleCloudDialogflowCxV3SessionEntityType>
[src]§
projectsLocationsAgentsSessionsEntityTypesDelete(name: string): Promise<GoogleProtobufEmpty>
[src]§
projectsLocationsAgentsSessionsEntityTypesGet(name: string): Promise<GoogleCloudDialogflowCxV3SessionEntityType>
[src]§
projectsLocationsAgentsSessionsEntityTypesList(parent: string, opts?: ProjectsLocationsAgentsSessionsEntityTypesListOptions): Promise<GoogleCloudDialogflowCxV3ListSessionEntityTypesResponse>
[src]§
projectsLocationsAgentsSessionsEntityTypesPatch(name: string, req: GoogleCloudDialogflowCxV3SessionEntityType, opts?: ProjectsLocationsAgentsSessionsEntityTypesPatchOptions): Promise<GoogleCloudDialogflowCxV3SessionEntityType>
[src]§
projectsLocationsAgentsSessionsFulfillIntent(session: string, req: GoogleCloudDialogflowCxV3FulfillIntentRequest): Promise<GoogleCloudDialogflowCxV3FulfillIntentResponse>
[src]§
projectsLocationsAgentsSessionsMatchIntent(session: string, req: GoogleCloudDialogflowCxV3MatchIntentRequest): Promise<GoogleCloudDialogflowCxV3MatchIntentResponse>
[src]§
projectsLocationsAgentsSessionsServerStreamingDetectIntent(session: string, req: GoogleCloudDialogflowCxV3DetectIntentRequest): Promise<GoogleCloudDialogflowCxV3DetectIntentResponse>
[src]§
projectsLocationsAgentsSessionsSubmitAnswerFeedback(session: string, req: GoogleCloudDialogflowCxV3SubmitAnswerFeedbackRequest): Promise<GoogleCloudDialogflowCxV3AnswerFeedback>
[src]§
projectsLocationsAgentsTestCasesBatchDelete(parent: string, req: GoogleCloudDialogflowCxV3BatchDeleteTestCasesRequest): Promise<GoogleProtobufEmpty>
[src]§
projectsLocationsAgentsTestCasesBatchRun(parent: string, req: GoogleCloudDialogflowCxV3BatchRunTestCasesRequest): Promise<GoogleLongrunningOperation>
[src]§
projectsLocationsAgentsTestCasesCalculateCoverage(agent: string, opts?: ProjectsLocationsAgentsTestCasesCalculateCoverageOptions): Promise<GoogleCloudDialogflowCxV3CalculateCoverageResponse>
[src]§
projectsLocationsAgentsTestCasesCreate(parent: string, req: GoogleCloudDialogflowCxV3TestCase): Promise<GoogleCloudDialogflowCxV3TestCase>
[src]§
projectsLocationsAgentsTestCasesExport(parent: string, req: GoogleCloudDialogflowCxV3ExportTestCasesRequest): Promise<GoogleLongrunningOperation>
[src]§
projectsLocationsAgentsTestCasesGet(name: string): Promise<GoogleCloudDialogflowCxV3TestCase>
[src]§
projectsLocationsAgentsTestCasesImport(parent: string, req: GoogleCloudDialogflowCxV3ImportTestCasesRequest): Promise<GoogleLongrunningOperation>
[src]§
projectsLocationsAgentsTestCasesList(parent: string, opts?: ProjectsLocationsAgentsTestCasesListOptions): Promise<GoogleCloudDialogflowCxV3ListTestCasesResponse>
[src]§
projectsLocationsAgentsTestCasesPatch(name: string, req: GoogleCloudDialogflowCxV3TestCase, opts?: ProjectsLocationsAgentsTestCasesPatchOptions): Promise<GoogleCloudDialogflowCxV3TestCase>
[src]§
projectsLocationsAgentsTestCasesResultsGet(name: string): Promise<GoogleCloudDialogflowCxV3TestCaseResult>
[src]§
projectsLocationsAgentsTestCasesResultsList(parent: string, opts?: ProjectsLocationsAgentsTestCasesResultsListOptions): Promise<GoogleCloudDialogflowCxV3ListTestCaseResultsResponse>
[src]§
projectsLocationsAgentsTestCasesRun(name: string, req: GoogleCloudDialogflowCxV3RunTestCaseRequest): Promise<GoogleLongrunningOperation>
[src]§
projectsLocationsAgentsToolsCreate(parent: string, req: GoogleCloudDialogflowCxV3Tool): Promise<GoogleCloudDialogflowCxV3Tool>
[src]§
projectsLocationsAgentsToolsDelete(name: string, opts?: ProjectsLocationsAgentsToolsDeleteOptions): Promise<GoogleProtobufEmpty>
[src]§
projectsLocationsAgentsToolsGet(name: string): Promise<GoogleCloudDialogflowCxV3Tool>
[src]§
projectsLocationsAgentsToolsList(parent: string, opts?: ProjectsLocationsAgentsToolsListOptions): Promise<GoogleCloudDialogflowCxV3ListToolsResponse>
[src]§
projectsLocationsAgentsToolsPatch(name: string, req: GoogleCloudDialogflowCxV3Tool, opts?: ProjectsLocationsAgentsToolsPatchOptions): Promise<GoogleCloudDialogflowCxV3Tool>
[src]§
projectsLocationsAgentsToolsVersionsCreate(parent: string, req: GoogleCloudDialogflowCxV3ToolVersion): Promise<GoogleCloudDialogflowCxV3ToolVersion>
[src]§
projectsLocationsAgentsToolsVersionsDelete(name: string, opts?: ProjectsLocationsAgentsToolsVersionsDeleteOptions): Promise<GoogleProtobufEmpty>
[src]§
projectsLocationsAgentsToolsVersionsGet(name: string): Promise<GoogleCloudDialogflowCxV3ToolVersion>
[src]§
projectsLocationsAgentsToolsVersionsList(parent: string, opts?: ProjectsLocationsAgentsToolsVersionsListOptions): Promise<GoogleCloudDialogflowCxV3ListToolVersionsResponse>
[src]§
projectsLocationsAgentsToolsVersionsRestore(name: string, req: GoogleCloudDialogflowCxV3RestoreToolVersionRequest): Promise<GoogleCloudDialogflowCxV3RestoreToolVersionResponse>
[src]§
projectsLocationsAgentsTransitionRouteGroupsCreate(parent: string, req: GoogleCloudDialogflowCxV3TransitionRouteGroup, opts?: ProjectsLocationsAgentsTransitionRouteGroupsCreateOptions): Promise<GoogleCloudDialogflowCxV3TransitionRouteGroup>
[src]§
projectsLocationsAgentsTransitionRouteGroupsDelete(name: string, opts?: ProjectsLocationsAgentsTransitionRouteGroupsDeleteOptions): Promise<GoogleProtobufEmpty>
[src]§
projectsLocationsAgentsTransitionRouteGroupsGet(name: string, opts?: ProjectsLocationsAgentsTransitionRouteGroupsGetOptions): Promise<GoogleCloudDialogflowCxV3TransitionRouteGroup>
[src]§
projectsLocationsAgentsTransitionRouteGroupsList(parent: string, opts?: ProjectsLocationsAgentsTransitionRouteGroupsListOptions): Promise<GoogleCloudDialogflowCxV3ListTransitionRouteGroupsResponse>
[src]§
projectsLocationsAgentsTransitionRouteGroupsPatch(name: string, req: GoogleCloudDialogflowCxV3TransitionRouteGroup, opts?: ProjectsLocationsAgentsTransitionRouteGroupsPatchOptions): Promise<GoogleCloudDialogflowCxV3TransitionRouteGroup>
[src]§
projectsLocationsAgentsUpdateGenerativeSettings(name: string, req: GoogleCloudDialogflowCxV3GenerativeSettings, opts?: ProjectsLocationsAgentsUpdateGenerativeSettingsOptions): Promise<GoogleCloudDialogflowCxV3GenerativeSettings>
[src]§
projectsLocationsAgentsValidate(name: string, req: GoogleCloudDialogflowCxV3ValidateAgentRequest): Promise<GoogleCloudDialogflowCxV3AgentValidationResult>
[src]§
projectsLocationsAgentsWebhooksCreate(parent: string, req: GoogleCloudDialogflowCxV3Webhook): Promise<GoogleCloudDialogflowCxV3Webhook>
[src]§
projectsLocationsAgentsWebhooksDelete(name: string, opts?: ProjectsLocationsAgentsWebhooksDeleteOptions): Promise<GoogleProtobufEmpty>
[src]§
projectsLocationsAgentsWebhooksGet(name: string): Promise<GoogleCloudDialogflowCxV3Webhook>
[src]§
projectsLocationsAgentsWebhooksList(parent: string, opts?: ProjectsLocationsAgentsWebhooksListOptions): Promise<GoogleCloudDialogflowCxV3ListWebhooksResponse>
[src]§
projectsLocationsAgentsWebhooksPatch(name: string, req: GoogleCloudDialogflowCxV3Webhook, opts?: ProjectsLocationsAgentsWebhooksPatchOptions): Promise<GoogleCloudDialogflowCxV3Webhook>
[src]§
projectsLocationsGet(name: string): Promise<GoogleCloudLocationLocation>
[src]§
projectsLocationsList(name: string, opts?: ProjectsLocationsListOptions): Promise<GoogleCloudLocationListLocationsResponse>
[src]§
projectsLocationsOperationsCancel(name: string): Promise<GoogleProtobufEmpty>
[src]§
projectsLocationsOperationsGet(name: string): Promise<GoogleLongrunningOperation>
[src]§
projectsLocationsOperationsList(name: string, opts?: ProjectsLocationsOperationsListOptions): Promise<GoogleLongrunningListOperationsResponse>
[src]§
projectsLocationsSecuritySettingsCreate(parent: string, req: GoogleCloudDialogflowCxV3SecuritySettings): Promise<GoogleCloudDialogflowCxV3SecuritySettings>
[src]§
projectsLocationsSecuritySettingsDelete(name: string): Promise<GoogleProtobufEmpty>
[src]§
projectsLocationsSecuritySettingsGet(name: string): Promise<GoogleCloudDialogflowCxV3SecuritySettings>
[src]§
projectsLocationsSecuritySettingsList(parent: string, opts?: ProjectsLocationsSecuritySettingsListOptions): Promise<GoogleCloudDialogflowCxV3ListSecuritySettingsResponse>
[src]§
projectsLocationsSecuritySettingsPatch(name: string, req: GoogleCloudDialogflowCxV3SecuritySettings, opts?: ProjectsLocationsSecuritySettingsPatchOptions): Promise<GoogleCloudDialogflowCxV3SecuritySettings>
[src]§
projectsOperationsCancel(name: string): Promise<GoogleProtobufEmpty>
[src]§
projectsOperationsGet(name: string): Promise<GoogleLongrunningOperation>
[src]§
projectsOperationsList(name: string, opts?: ProjectsOperationsListOptions): Promise<GoogleLongrunningListOperationsResponse>
[src]