Dialogflow API . projects

Instance Methods

agent()

Returns the agent Resource.

answerRecords()

Returns the answerRecords Resource.

conversationProfiles()

Returns the conversationProfiles Resource.

conversations()

Returns the conversations Resource.

generators()

Returns the generators Resource.

knowledgeBases()

Returns the knowledgeBases Resource.

locations()

Returns the locations Resource.

operations()

Returns the operations Resource.

phoneNumbers()

Returns the phoneNumbers Resource.

suggestions()

Returns the suggestions Resource.

close()

Close httplib2 connections.

deleteAgent(parent, x__xgafv=None)

getAgent(parent, x__xgafv=None)

setAgent(parent, body=None, updateMask=None, x__xgafv=None)

Method Details

close()
Close httplib2 connections.
deleteAgent(parent, x__xgafv=None)

Args:
  parent: 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:

    {
}
getAgent(parent, x__xgafv=None)

Args:
  parent: 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:

    {
  "apiVersion": "A String",
  "avatarUri": "A String",
  "classificationThreshold": 3.14,
  "defaultLanguageCode": "A String",
  "description": "A String",
  "displayName": "A String",
  "enableLogging": True or False,
  "matchMode": "A String",
  "parent": "A String",
  "supportedLanguageCodes": [
    "A String",
  ],
  "tier": "A String",
  "timeZone": "A String",
}
setAgent(parent, body=None, updateMask=None, x__xgafv=None)

Args:
  parent: string, A parameter (required)
  body: object, The request body.
    The object takes the form of:

{
  "apiVersion": "A String",
  "avatarUri": "A String",
  "classificationThreshold": 3.14,
  "defaultLanguageCode": "A String",
  "description": "A String",
  "displayName": "A String",
  "enableLogging": True or False,
  "matchMode": "A String",
  "parent": "A String",
  "supportedLanguageCodes": [
    "A String",
  ],
  "tier": "A String",
  "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:

    {
  "apiVersion": "A String",
  "avatarUri": "A String",
  "classificationThreshold": 3.14,
  "defaultLanguageCode": "A String",
  "description": "A String",
  "displayName": "A String",
  "enableLogging": True or False,
  "matchMode": "A String",
  "parent": "A String",
  "supportedLanguageCodes": [
    "A String",
  ],
  "tier": "A String",
  "timeZone": "A String",
}