Returns the changelogs Resource.
Returns the conversations Resource.
Returns the entityTypes Resource.
Returns the environments Resource.
Returns the flows Resource.
Returns the generators Resource.
Returns the intents Resource.
Returns the playbooks Resource.
Returns the sessions Resource.
Returns the testCases Resource.
Returns the tools Resource.
Returns the transitionRouteGroups Resource.
Returns the webhooks Resource.
Close httplib2 connections.
create(parent, body=None, x__xgafv=None)
export(name, body=None, x__xgafv=None)
getGenerativeSettings(name, languageCode=None, x__xgafv=None)
getValidationResult(name, languageCode=None, x__xgafv=None)
list(parent, pageSize=None, pageToken=None, x__xgafv=None)
Retrieves the next page of results.
patch(name, body=None, updateMask=None, x__xgafv=None)
restore(name, body=None, x__xgafv=None)
updateGenerativeSettings(name, body=None, updateMask=None, x__xgafv=None)
validate(name, body=None, x__xgafv=None)
close()
Close httplib2 connections.
create(parent, body=None, x__xgafv=None)
Args:
parent: string, A parameter (required)
body: object, The request body.
The object takes the form of:
{
"advancedSettings": {
"audioExportGcsDestination": {
"uri": "A String",
},
"dtmfSettings": {
"enabled": True or False,
"endpointingTimeoutDuration": "A String",
"finishDigit": "A String",
"interdigitTimeoutDuration": "A String",
"maxDigits": 42,
},
"loggingSettings": {
"enableConsentBasedRedaction": True or False,
"enableInteractionLogging": True or False,
"enableStackdriverLogging": True or False,
},
"speechSettings": {
"endpointerSensitivity": 42,
"models": {
"a_key": "A String",
},
"noSpeechTimeout": "A String",
"useTimeoutBasedEndpointing": True or False,
},
},
"answerFeedbackSettings": {
"enableAnswerFeedback": True or False,
},
"avatarUri": "A String",
"bigqueryExportSettings": {
"bigqueryTable": "A String",
"enabled": True or False,
},
"clientCertificateSettings": {
"passphrase": "A String",
"privateKey": "A String",
"sslCertificate": "A String",
},
"defaultLanguageCode": "A String",
"description": "A String",
"displayName": "A String",
"enableMultiLanguageTraining": True or False,
"enableSpellCorrection": True or False,
"enableStackdriverLogging": True or False,
"genAppBuilderSettings": {
"engine": "A String",
},
"gitIntegrationSettings": {
"gitConnectionSettings": {
"accessTokenSecret": "A String",
"branches": [
"A String",
],
"displayName": "A String",
"repositoryUri": "A String",
"trackingBranch": "A String",
},
"githubSettings": {
"accessToken": "A String",
"branches": [
"A String",
],
"displayName": "A String",
"repositoryUri": "A String",
"trackingBranch": "A String",
},
},
"locked": True or False,
"name": "A String",
"personalizationSettings": {
"defaultEndUserMetadata": {
"a_key": "", # Properties of the object.
},
},
"satisfiesPzi": True or False,
"satisfiesPzs": True or False,
"securitySettings": "A String",
"speechToTextSettings": {
"enableSpeechAdaptation": True or False,
},
"startFlow": "A String",
"startPlaybook": "A String",
"supportedLanguageCodes": [
"A String",
],
"textToSpeechSettings": {
"synthesizeSpeechConfigs": {
"a_key": {
"effectsProfileId": [
"A String",
],
"pitch": 3.14,
"speakingRate": 3.14,
"voice": {
"name": "A String",
"ssmlGender": "A String",
},
"volumeGainDb": 3.14,
},
},
},
"timeZone": "A String",
}
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
Returns:
An object of the form:
{
"advancedSettings": {
"audioExportGcsDestination": {
"uri": "A String",
},
"dtmfSettings": {
"enabled": True or False,
"endpointingTimeoutDuration": "A String",
"finishDigit": "A String",
"interdigitTimeoutDuration": "A String",
"maxDigits": 42,
},
"loggingSettings": {
"enableConsentBasedRedaction": True or False,
"enableInteractionLogging": True or False,
"enableStackdriverLogging": True or False,
},
"speechSettings": {
"endpointerSensitivity": 42,
"models": {
"a_key": "A String",
},
"noSpeechTimeout": "A String",
"useTimeoutBasedEndpointing": True or False,
},
},
"answerFeedbackSettings": {
"enableAnswerFeedback": True or False,
},
"avatarUri": "A String",
"bigqueryExportSettings": {
"bigqueryTable": "A String",
"enabled": True or False,
},
"clientCertificateSettings": {
"passphrase": "A String",
"privateKey": "A String",
"sslCertificate": "A String",
},
"defaultLanguageCode": "A String",
"description": "A String",
"displayName": "A String",
"enableMultiLanguageTraining": True or False,
"enableSpellCorrection": True or False,
"enableStackdriverLogging": True or False,
"genAppBuilderSettings": {
"engine": "A String",
},
"gitIntegrationSettings": {
"gitConnectionSettings": {
"accessTokenSecret": "A String",
"branches": [
"A String",
],
"displayName": "A String",
"repositoryUri": "A String",
"trackingBranch": "A String",
},
"githubSettings": {
"accessToken": "A String",
"branches": [
"A String",
],
"displayName": "A String",
"repositoryUri": "A String",
"trackingBranch": "A String",
},
},
"locked": True or False,
"name": "A String",
"personalizationSettings": {
"defaultEndUserMetadata": {
"a_key": "", # Properties of the object.
},
},
"satisfiesPzi": True or False,
"satisfiesPzs": True or False,
"securitySettings": "A String",
"speechToTextSettings": {
"enableSpeechAdaptation": True or False,
},
"startFlow": "A String",
"startPlaybook": "A String",
"supportedLanguageCodes": [
"A String",
],
"textToSpeechSettings": {
"synthesizeSpeechConfigs": {
"a_key": {
"effectsProfileId": [
"A String",
],
"pitch": 3.14,
"speakingRate": 3.14,
"voice": {
"name": "A String",
"ssmlGender": "A String",
},
"volumeGainDb": 3.14,
},
},
},
"timeZone": "A String",
}
delete(name, x__xgafv=None)
Args:
name: string, A parameter (required)
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
Returns:
An object of the form:
{
}
export(name, body=None, x__xgafv=None)
Args:
name: string, A parameter (required)
body: object, The request body.
The object takes the form of:
{
"agentUri": "A String",
"dataFormat": "A String",
"environment": "A String",
"gitDestination": {
"commitMessage": "A String",
"trackingBranch": "A String",
},
"includeBigqueryExportSettings": True or False,
}
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
Returns:
An object of the form:
{
"done": True or False,
"error": {
"code": 42,
"details": [
{
"a_key": "", # Properties of the object. Contains field @type with type URL.
},
],
"message": "A String",
},
"metadata": {
"a_key": "", # Properties of the object. Contains field @type with type URL.
},
"name": "A String",
"response": {
"a_key": "", # Properties of the object. Contains field @type with type URL.
},
}
get(name, x__xgafv=None)
Args:
name: string, A parameter (required)
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
Returns:
An object of the form:
{
"advancedSettings": {
"audioExportGcsDestination": {
"uri": "A String",
},
"dtmfSettings": {
"enabled": True or False,
"endpointingTimeoutDuration": "A String",
"finishDigit": "A String",
"interdigitTimeoutDuration": "A String",
"maxDigits": 42,
},
"loggingSettings": {
"enableConsentBasedRedaction": True or False,
"enableInteractionLogging": True or False,
"enableStackdriverLogging": True or False,
},
"speechSettings": {
"endpointerSensitivity": 42,
"models": {
"a_key": "A String",
},
"noSpeechTimeout": "A String",
"useTimeoutBasedEndpointing": True or False,
},
},
"answerFeedbackSettings": {
"enableAnswerFeedback": True or False,
},
"avatarUri": "A String",
"bigqueryExportSettings": {
"bigqueryTable": "A String",
"enabled": True or False,
},
"clientCertificateSettings": {
"passphrase": "A String",
"privateKey": "A String",
"sslCertificate": "A String",
},
"defaultLanguageCode": "A String",
"description": "A String",
"displayName": "A String",
"enableMultiLanguageTraining": True or False,
"enableSpellCorrection": True or False,
"enableStackdriverLogging": True or False,
"genAppBuilderSettings": {
"engine": "A String",
},
"gitIntegrationSettings": {
"gitConnectionSettings": {
"accessTokenSecret": "A String",
"branches": [
"A String",
],
"displayName": "A String",
"repositoryUri": "A String",
"trackingBranch": "A String",
},
"githubSettings": {
"accessToken": "A String",
"branches": [
"A String",
],
"displayName": "A String",
"repositoryUri": "A String",
"trackingBranch": "A String",
},
},
"locked": True or False,
"name": "A String",
"personalizationSettings": {
"defaultEndUserMetadata": {
"a_key": "", # Properties of the object.
},
},
"satisfiesPzi": True or False,
"satisfiesPzs": True or False,
"securitySettings": "A String",
"speechToTextSettings": {
"enableSpeechAdaptation": True or False,
},
"startFlow": "A String",
"startPlaybook": "A String",
"supportedLanguageCodes": [
"A String",
],
"textToSpeechSettings": {
"synthesizeSpeechConfigs": {
"a_key": {
"effectsProfileId": [
"A String",
],
"pitch": 3.14,
"speakingRate": 3.14,
"voice": {
"name": "A String",
"ssmlGender": "A String",
},
"volumeGainDb": 3.14,
},
},
},
"timeZone": "A String",
}
getGenerativeSettings(name, languageCode=None, x__xgafv=None)
Args:
name: string, A parameter (required)
languageCode: string, A parameter
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
Returns:
An object of the form:
{
"fallbackSettings": {
"promptTemplates": [
{
"displayName": "A String",
"frozen": True or False,
"promptText": "A String",
},
],
"selectedPrompt": "A String",
},
"generativeSafetySettings": {
"bannedPhrases": [
{
"languageCode": "A String",
"text": "A String",
},
],
"defaultBannedPhraseMatchStrategy": "A String",
"defaultRaiSettings": {
"categoryFilters": [
{
"category": "A String",
"filterLevel": "A String",
},
],
},
"promptSecuritySettings": {
"enablePromptSecurity": True or False,
},
"raiSettings": {
"categoryFilters": [
{
"category": "A String",
"filterLevel": "A String",
},
],
},
},
"knowledgeConnectorSettings": {
"agent": "A String",
"agentIdentity": "A String",
"agentScope": "A String",
"business": "A String",
"businessDescription": "A String",
"disableDataStoreFallback": True or False,
},
"languageCode": "A String",
"llmModelSettings": {
"model": "A String",
"parameters": {
"inputTokenLimit": "A String",
"outputTokenLimit": "A String",
"temperature": 3.14,
},
"promptText": "A String",
},
"name": "A String",
}
getValidationResult(name, languageCode=None, x__xgafv=None)
Args:
name: string, A parameter (required)
languageCode: string, A parameter
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
Returns:
An object of the form:
{
"flowValidationResults": [
{
"name": "A String",
"updateTime": "A String",
"validationMessages": [
{
"detail": "A String",
"resourceNames": [
{
"displayName": "A String",
"name": "A String",
},
],
"resourceType": "A String",
"resources": [
"A String",
],
"severity": "A String",
},
],
},
],
"name": "A String",
}
list(parent, pageSize=None, pageToken=None, x__xgafv=None)
Args:
parent: string, A parameter (required)
pageSize: integer, A parameter
pageToken: string, A parameter
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
Returns:
An object of the form:
{
"agents": [
{
"advancedSettings": {
"audioExportGcsDestination": {
"uri": "A String",
},
"dtmfSettings": {
"enabled": True or False,
"endpointingTimeoutDuration": "A String",
"finishDigit": "A String",
"interdigitTimeoutDuration": "A String",
"maxDigits": 42,
},
"loggingSettings": {
"enableConsentBasedRedaction": True or False,
"enableInteractionLogging": True or False,
"enableStackdriverLogging": True or False,
},
"speechSettings": {
"endpointerSensitivity": 42,
"models": {
"a_key": "A String",
},
"noSpeechTimeout": "A String",
"useTimeoutBasedEndpointing": True or False,
},
},
"answerFeedbackSettings": {
"enableAnswerFeedback": True or False,
},
"avatarUri": "A String",
"bigqueryExportSettings": {
"bigqueryTable": "A String",
"enabled": True or False,
},
"clientCertificateSettings": {
"passphrase": "A String",
"privateKey": "A String",
"sslCertificate": "A String",
},
"defaultLanguageCode": "A String",
"description": "A String",
"displayName": "A String",
"enableMultiLanguageTraining": True or False,
"enableSpellCorrection": True or False,
"enableStackdriverLogging": True or False,
"genAppBuilderSettings": {
"engine": "A String",
},
"gitIntegrationSettings": {
"gitConnectionSettings": {
"accessTokenSecret": "A String",
"branches": [
"A String",
],
"displayName": "A String",
"repositoryUri": "A String",
"trackingBranch": "A String",
},
"githubSettings": {
"accessToken": "A String",
"branches": [
"A String",
],
"displayName": "A String",
"repositoryUri": "A String",
"trackingBranch": "A String",
},
},
"locked": True or False,
"name": "A String",
"personalizationSettings": {
"defaultEndUserMetadata": {
"a_key": "", # Properties of the object.
},
},
"satisfiesPzi": True or False,
"satisfiesPzs": True or False,
"securitySettings": "A String",
"speechToTextSettings": {
"enableSpeechAdaptation": True or False,
},
"startFlow": "A String",
"startPlaybook": "A String",
"supportedLanguageCodes": [
"A String",
],
"textToSpeechSettings": {
"synthesizeSpeechConfigs": {
"a_key": {
"effectsProfileId": [
"A String",
],
"pitch": 3.14,
"speakingRate": 3.14,
"voice": {
"name": "A String",
"ssmlGender": "A String",
},
"volumeGainDb": 3.14,
},
},
},
"timeZone": "A String",
},
],
"nextPageToken": "A String",
}
list_next()
Retrieves the next page of results.
Args:
previous_request: The request for the previous page. (required)
previous_response: The response from the request for the previous page. (required)
Returns:
A request object that you can call 'execute()' on to request the next
page. Returns None if there are no more items in the collection.
patch(name, body=None, updateMask=None, x__xgafv=None)
Args:
name: string, A parameter (required)
body: object, The request body.
The object takes the form of:
{
"advancedSettings": {
"audioExportGcsDestination": {
"uri": "A String",
},
"dtmfSettings": {
"enabled": True or False,
"endpointingTimeoutDuration": "A String",
"finishDigit": "A String",
"interdigitTimeoutDuration": "A String",
"maxDigits": 42,
},
"loggingSettings": {
"enableConsentBasedRedaction": True or False,
"enableInteractionLogging": True or False,
"enableStackdriverLogging": True or False,
},
"speechSettings": {
"endpointerSensitivity": 42,
"models": {
"a_key": "A String",
},
"noSpeechTimeout": "A String",
"useTimeoutBasedEndpointing": True or False,
},
},
"answerFeedbackSettings": {
"enableAnswerFeedback": True or False,
},
"avatarUri": "A String",
"bigqueryExportSettings": {
"bigqueryTable": "A String",
"enabled": True or False,
},
"clientCertificateSettings": {
"passphrase": "A String",
"privateKey": "A String",
"sslCertificate": "A String",
},
"defaultLanguageCode": "A String",
"description": "A String",
"displayName": "A String",
"enableMultiLanguageTraining": True or False,
"enableSpellCorrection": True or False,
"enableStackdriverLogging": True or False,
"genAppBuilderSettings": {
"engine": "A String",
},
"gitIntegrationSettings": {
"gitConnectionSettings": {
"accessTokenSecret": "A String",
"branches": [
"A String",
],
"displayName": "A String",
"repositoryUri": "A String",
"trackingBranch": "A String",
},
"githubSettings": {
"accessToken": "A String",
"branches": [
"A String",
],
"displayName": "A String",
"repositoryUri": "A String",
"trackingBranch": "A String",
},
},
"locked": True or False,
"name": "A String",
"personalizationSettings": {
"defaultEndUserMetadata": {
"a_key": "", # Properties of the object.
},
},
"satisfiesPzi": True or False,
"satisfiesPzs": True or False,
"securitySettings": "A String",
"speechToTextSettings": {
"enableSpeechAdaptation": True or False,
},
"startFlow": "A String",
"startPlaybook": "A String",
"supportedLanguageCodes": [
"A String",
],
"textToSpeechSettings": {
"synthesizeSpeechConfigs": {
"a_key": {
"effectsProfileId": [
"A String",
],
"pitch": 3.14,
"speakingRate": 3.14,
"voice": {
"name": "A String",
"ssmlGender": "A String",
},
"volumeGainDb": 3.14,
},
},
},
"timeZone": "A String",
}
updateMask: string, A parameter
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
Returns:
An object of the form:
{
"advancedSettings": {
"audioExportGcsDestination": {
"uri": "A String",
},
"dtmfSettings": {
"enabled": True or False,
"endpointingTimeoutDuration": "A String",
"finishDigit": "A String",
"interdigitTimeoutDuration": "A String",
"maxDigits": 42,
},
"loggingSettings": {
"enableConsentBasedRedaction": True or False,
"enableInteractionLogging": True or False,
"enableStackdriverLogging": True or False,
},
"speechSettings": {
"endpointerSensitivity": 42,
"models": {
"a_key": "A String",
},
"noSpeechTimeout": "A String",
"useTimeoutBasedEndpointing": True or False,
},
},
"answerFeedbackSettings": {
"enableAnswerFeedback": True or False,
},
"avatarUri": "A String",
"bigqueryExportSettings": {
"bigqueryTable": "A String",
"enabled": True or False,
},
"clientCertificateSettings": {
"passphrase": "A String",
"privateKey": "A String",
"sslCertificate": "A String",
},
"defaultLanguageCode": "A String",
"description": "A String",
"displayName": "A String",
"enableMultiLanguageTraining": True or False,
"enableSpellCorrection": True or False,
"enableStackdriverLogging": True or False,
"genAppBuilderSettings": {
"engine": "A String",
},
"gitIntegrationSettings": {
"gitConnectionSettings": {
"accessTokenSecret": "A String",
"branches": [
"A String",
],
"displayName": "A String",
"repositoryUri": "A String",
"trackingBranch": "A String",
},
"githubSettings": {
"accessToken": "A String",
"branches": [
"A String",
],
"displayName": "A String",
"repositoryUri": "A String",
"trackingBranch": "A String",
},
},
"locked": True or False,
"name": "A String",
"personalizationSettings": {
"defaultEndUserMetadata": {
"a_key": "", # Properties of the object.
},
},
"satisfiesPzi": True or False,
"satisfiesPzs": True or False,
"securitySettings": "A String",
"speechToTextSettings": {
"enableSpeechAdaptation": True or False,
},
"startFlow": "A String",
"startPlaybook": "A String",
"supportedLanguageCodes": [
"A String",
],
"textToSpeechSettings": {
"synthesizeSpeechConfigs": {
"a_key": {
"effectsProfileId": [
"A String",
],
"pitch": 3.14,
"speakingRate": 3.14,
"voice": {
"name": "A String",
"ssmlGender": "A String",
},
"volumeGainDb": 3.14,
},
},
},
"timeZone": "A String",
}
restore(name, body=None, x__xgafv=None)
Args:
name: string, A parameter (required)
body: object, The request body.
The object takes the form of:
{
"agentContent": "A String",
"agentUri": "A String",
"gitSource": {
"trackingBranch": "A String",
},
"restoreOption": "A String",
}
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
Returns:
An object of the form:
{
"done": True or False,
"error": {
"code": 42,
"details": [
{
"a_key": "", # Properties of the object. Contains field @type with type URL.
},
],
"message": "A String",
},
"metadata": {
"a_key": "", # Properties of the object. Contains field @type with type URL.
},
"name": "A String",
"response": {
"a_key": "", # Properties of the object. Contains field @type with type URL.
},
}
updateGenerativeSettings(name, body=None, updateMask=None, x__xgafv=None)
Args:
name: string, A parameter (required)
body: object, The request body.
The object takes the form of:
{
"fallbackSettings": {
"promptTemplates": [
{
"displayName": "A String",
"frozen": True or False,
"promptText": "A String",
},
],
"selectedPrompt": "A String",
},
"generativeSafetySettings": {
"bannedPhrases": [
{
"languageCode": "A String",
"text": "A String",
},
],
"defaultBannedPhraseMatchStrategy": "A String",
"defaultRaiSettings": {
"categoryFilters": [
{
"category": "A String",
"filterLevel": "A String",
},
],
},
"promptSecuritySettings": {
"enablePromptSecurity": True or False,
},
"raiSettings": {
"categoryFilters": [
{
"category": "A String",
"filterLevel": "A String",
},
],
},
},
"knowledgeConnectorSettings": {
"agent": "A String",
"agentIdentity": "A String",
"agentScope": "A String",
"business": "A String",
"businessDescription": "A String",
"disableDataStoreFallback": True or False,
},
"languageCode": "A String",
"llmModelSettings": {
"model": "A String",
"parameters": {
"inputTokenLimit": "A String",
"outputTokenLimit": "A String",
"temperature": 3.14,
},
"promptText": "A String",
},
"name": "A String",
}
updateMask: string, A parameter
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
Returns:
An object of the form:
{
"fallbackSettings": {
"promptTemplates": [
{
"displayName": "A String",
"frozen": True or False,
"promptText": "A String",
},
],
"selectedPrompt": "A String",
},
"generativeSafetySettings": {
"bannedPhrases": [
{
"languageCode": "A String",
"text": "A String",
},
],
"defaultBannedPhraseMatchStrategy": "A String",
"defaultRaiSettings": {
"categoryFilters": [
{
"category": "A String",
"filterLevel": "A String",
},
],
},
"promptSecuritySettings": {
"enablePromptSecurity": True or False,
},
"raiSettings": {
"categoryFilters": [
{
"category": "A String",
"filterLevel": "A String",
},
],
},
},
"knowledgeConnectorSettings": {
"agent": "A String",
"agentIdentity": "A String",
"agentScope": "A String",
"business": "A String",
"businessDescription": "A String",
"disableDataStoreFallback": True or False,
},
"languageCode": "A String",
"llmModelSettings": {
"model": "A String",
"parameters": {
"inputTokenLimit": "A String",
"outputTokenLimit": "A String",
"temperature": 3.14,
},
"promptText": "A String",
},
"name": "A String",
}
validate(name, body=None, x__xgafv=None)
Args:
name: string, A parameter (required)
body: object, The request body.
The object takes the form of:
{
"languageCode": "A String",
}
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
Returns:
An object of the form:
{
"flowValidationResults": [
{
"name": "A String",
"updateTime": "A String",
"validationMessages": [
{
"detail": "A String",
"resourceNames": [
{
"displayName": "A String",
"name": "A String",
},
],
"resourceType": "A String",
"resources": [
"A String",
],
"severity": "A String",
},
],
},
],
"name": "A String",
}