Dialogflow_v3Functions

Functions

Link copied to clipboard
suspend fun getAgent(argument: GetAgentPlainArgs): GetAgentResult

Retrieves the specified agent.

suspend fun getAgent(argument: suspend GetAgentPlainArgsBuilder.() -> Unit): GetAgentResult
suspend fun getAgent(agentId: String, location: String, project: String? = null): GetAgentResult
Link copied to clipboard

Retrieves the specified entity type.

suspend fun getEntityType(agentId: String, entityTypeId: String, languageCode: String? = null, location: String, project: String? = null): GetEntityTypeResult
Link copied to clipboard

Retrieves the specified Environment.

suspend fun getEnvironment(agentId: String, environmentId: String, location: String, project: String? = null): GetEnvironmentResult
Link copied to clipboard

Retrieves the specified Experiment.

suspend fun getExperiment(agentId: String, environmentId: String, experimentId: String, location: String, project: String? = null): GetExperimentResult
Link copied to clipboard
suspend fun getFlow(argument: GetFlowPlainArgs): GetFlowResult

Retrieves the specified flow.

suspend fun getFlow(argument: suspend GetFlowPlainArgsBuilder.() -> Unit): GetFlowResult
suspend fun getFlow(agentId: String, flowId: String, languageCode: String? = null, location: String, project: String? = null): GetFlowResult
Link copied to clipboard

Retrieves the specified intent.

suspend fun getIntent(argument: suspend GetIntentPlainArgsBuilder.() -> Unit): GetIntentResult
suspend fun getIntent(agentId: String, intentId: String, languageCode: String? = null, location: String, project: String? = null): GetIntentResult
Link copied to clipboard
suspend fun getPage(argument: GetPagePlainArgs): GetPageResult

Retrieves the specified page.

suspend fun getPage(argument: suspend GetPagePlainArgsBuilder.() -> Unit): GetPageResult
suspend fun getPage(agentId: String, flowId: String, languageCode: String? = null, location: String, pageId: String, project: String? = null): GetPageResult
Link copied to clipboard

Retrieves the specified SecuritySettings. The returned settings may be stale by up to 1 minute.

suspend fun getSecuritySetting(location: String, project: String? = null, securitySettingId: String): GetSecuritySettingResult
Link copied to clipboard

Retrieves the specified session entity type.

suspend fun getSessionEntityType(agentId: String, entityTypeId: String, environmentId: String, location: String, project: String? = null, sessionId: String): GetSessionEntityTypeResult
Link copied to clipboard

Gets a test case.

suspend fun getTestCase(argument: suspend GetTestCasePlainArgsBuilder.() -> Unit): GetTestCaseResult
suspend fun getTestCase(agentId: String, location: String, project: String? = null, testCaseId: String): GetTestCaseResult
Link copied to clipboard

Retrieves the specified TransitionRouteGroup.

suspend fun getTransitionRouteGroup(agentId: String, flowId: String, languageCode: String? = null, location: String, project: String? = null, transitionRouteGroupId: String): GetTransitionRouteGroupResult
Link copied to clipboard

Retrieves the specified Version.

suspend fun getVersion(argument: suspend GetVersionPlainArgsBuilder.() -> Unit): GetVersionResult
suspend fun getVersion(agentId: String, flowId: String, location: String, project: String? = null, versionId: String): GetVersionResult
Link copied to clipboard

Retrieves the specified webhook.

suspend fun getWebhook(argument: suspend GetWebhookPlainArgsBuilder.() -> Unit): GetWebhookResult
suspend fun getWebhook(agentId: String, location: String, project: String? = null, webhookId: String): GetWebhookResult