Google Cloud Dialogflow V2 Client - Class NotificationConfig (1.6.0)

Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class NotificationConfig.

Defines notification behavior.

Generated from protobuf message google.cloud.dialogflow.v2.NotificationConfig

Namespace

Google \ Cloud \ Dialogflow \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ topic string

Name of the Pub/Sub topic to publish conversation events like CONVERSATION_STARTED as serialized ConversationEvent protos. For telephony integration to receive notification, make sure either this topic is in the same project as the conversation or you grant service-<Conversation Project Number>@gcp-sa-dialogflow.iam.gserviceaccount.com the Dialogflow Service Agent role in the topic project. For chat integration to receive notification, make sure API caller has been granted the Dialogflow Service Agent role for the topic. Format: projects/<Project ID>/locations/<Location ID>/topics/<Topic ID>.

↳ message_format int

Format of message.

getTopic

Name of the Pub/Sub topic to publish conversation events like CONVERSATION_STARTED as serialized ConversationEvent protos.

For telephony integration to receive notification, make sure either this topic is in the same project as the conversation or you grant service-<Conversation Project Number>@gcp-sa-dialogflow.iam.gserviceaccount.com the Dialogflow Service Agent role in the topic project. For chat integration to receive notification, make sure API caller has been granted the Dialogflow Service Agent role for the topic. Format: projects/<Project ID>/locations/<Location ID>/topics/<Topic ID>.

Returns
TypeDescription
string

setTopic

Name of the Pub/Sub topic to publish conversation events like CONVERSATION_STARTED as serialized ConversationEvent protos.

For telephony integration to receive notification, make sure either this topic is in the same project as the conversation or you grant service-<Conversation Project Number>@gcp-sa-dialogflow.iam.gserviceaccount.com the Dialogflow Service Agent role in the topic project. For chat integration to receive notification, make sure API caller has been granted the Dialogflow Service Agent role for the topic. Format: projects/<Project ID>/locations/<Location ID>/topics/<Topic ID>.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getMessageFormat

Format of message.

Returns
TypeDescription
int

setMessageFormat

Format of message.

Parameter
NameDescription
var int
Returns
TypeDescription
$this