DialogflowAssociation

Information about an associated Dialogflow project and knowledge base.

JSON representation
{
  "name": string,
  "dfProjectId": string,
  "dfServiceAccountEmail": string,
  "knowledgeBases": [
    {
      object (Knowledgebase)
    }
  ],
  "operationInfo": {
    object (OperationInfo)
  },
  "enableAutoResponse": boolean
}
Fields
name

string

Output only. The identifier for the Dialogflow association.

dfProjectId

string

Required. The Dialogflow project ID.

Non-editable. To change this value, you must disassociate the Dialogflow project from this agent, then create a new association.

dfServiceAccountEmail

string

Output only. The service account that must be configured in the Dialogflow project with the "Dialogflow Console Agent Editor" role. This is required to provide access to the Dialogflow API.

knowledgeBases[]

object (Knowledgebase)

Output only. Knowledge bases associated with the Dialogflow project.

operationInfo

object (OperationInfo)

Output only. The Dialogflow association operation information.

enableAutoResponse

boolean

If true, Business Messages automatically sends the Dialogflow responses to users.