Skip to content

Commit 77f15ec

Browse files
feat(dialogflow): update the api
#### dialogflow:v2 The following keys were added: - schemas.GoogleCloudDialogflowV2ConversationEvent.properties.newRecognitionResultPayload.$ref (Total Keys: 1) - schemas.GoogleCloudDialogflowV2ConversationProfile.properties.newRecognitionResultNotificationConfig.$ref (Total Keys: 1) - schemas.GoogleCloudDialogflowV2SpeechWordInfo (Total Keys: 9) - schemas.GoogleCloudDialogflowV2StreamingRecognitionResult (Total Keys: 12) - schemas.GoogleCloudDialogflowV2beta1ConversationEvent.properties.newRecognitionResultPayload.$ref (Total Keys: 1) - schemas.GoogleCloudDialogflowV2beta1SpeechWordInfo (Total Keys: 9) - schemas.GoogleCloudDialogflowV2beta1StreamingRecognitionResult (Total Keys: 15) - schemas.GoogleCloudDialogflowV2beta1TelephonyDtmfEvents (Total Keys: 4) #### dialogflow:v2beta1 The following keys were added: - schemas.GoogleCloudDialogflowV2ConversationEvent.properties.newRecognitionResultPayload.$ref (Total Keys: 1) - schemas.GoogleCloudDialogflowV2SpeechWordInfo (Total Keys: 9) - schemas.GoogleCloudDialogflowV2StreamingRecognitionResult (Total Keys: 12) - schemas.GoogleCloudDialogflowV2beta1ConversationEvent.properties.newRecognitionResultPayload.$ref (Total Keys: 1) - schemas.GoogleCloudDialogflowV2beta1ConversationProfile.properties.newRecognitionResultNotificationConfig.$ref (Total Keys: 1) - schemas.GoogleCloudDialogflowV2beta1SpeechWordInfo (Total Keys: 9) - schemas.GoogleCloudDialogflowV2beta1StreamingRecognitionResult (Total Keys: 15) #### dialogflow:v3 The following keys were added: - schemas.GoogleCloudDialogflowV2ConversationEvent.properties.newRecognitionResultPayload.$ref (Total Keys: 1) - schemas.GoogleCloudDialogflowV2SpeechWordInfo (Total Keys: 9) - schemas.GoogleCloudDialogflowV2StreamingRecognitionResult (Total Keys: 12) - schemas.GoogleCloudDialogflowV2beta1ConversationEvent.properties.newRecognitionResultPayload.$ref (Total Keys: 1) - schemas.GoogleCloudDialogflowV2beta1SpeechWordInfo (Total Keys: 9) - schemas.GoogleCloudDialogflowV2beta1StreamingRecognitionResult (Total Keys: 15) - schemas.GoogleCloudDialogflowV2beta1TelephonyDtmfEvents (Total Keys: 4) #### dialogflow:v3beta1 The following keys were added: - schemas.GoogleCloudDialogflowCxV3beta1ConversationInteraction.properties.stepMetrics (Total Keys: 2) - schemas.GoogleCloudDialogflowCxV3beta1ConversationInteractionStepMetrics (Total Keys: 5) - schemas.GoogleCloudDialogflowV2ConversationEvent.properties.newRecognitionResultPayload.$ref (Total Keys: 1) - schemas.GoogleCloudDialogflowV2SpeechWordInfo (Total Keys: 9) - schemas.GoogleCloudDialogflowV2StreamingRecognitionResult (Total Keys: 12) - schemas.GoogleCloudDialogflowV2beta1ConversationEvent.properties.newRecognitionResultPayload.$ref (Total Keys: 1) - schemas.GoogleCloudDialogflowV2beta1SpeechWordInfo (Total Keys: 9) - schemas.GoogleCloudDialogflowV2beta1StreamingRecognitionResult (Total Keys: 15) - schemas.GoogleCloudDialogflowV2beta1TelephonyDtmfEvents (Total Keys: 4)
1 parent fabf80a commit 77f15ec

15 files changed

+1026
-7
lines changed

docs/dyn/dialogflow_v2.projects.conversationProfiles.html

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,10 @@ <h3>Method Details</h3>
318318
&quot;messageFormat&quot;: &quot;A String&quot;, # Format of message.
319319
&quot;topic&quot;: &quot;A String&quot;, # 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 `[email protected]` 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//locations//topics/`.
320320
},
321+
&quot;newRecognitionResultNotificationConfig&quot;: { # Defines notification behavior. # Optional. Configuration for publishing transcription intermediate results. Event will be sent in format of ConversationEvent. If configured, the following information will be populated as ConversationEvent Pub/Sub message attributes: - &quot;participant_id&quot; - &quot;participant_role&quot; - &quot;message_id&quot;
322+
&quot;messageFormat&quot;: &quot;A String&quot;, # Format of message.
323+
&quot;topic&quot;: &quot;A String&quot;, # 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 `[email protected]` 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//locations//topics/`.
324+
},
321325
&quot;notificationConfig&quot;: { # Defines notification behavior. # Configuration for publishing conversation lifecycle events.
322326
&quot;messageFormat&quot;: &quot;A String&quot;, # Format of message.
323327
&quot;topic&quot;: &quot;A String&quot;, # 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 `[email protected]` 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//locations//topics/`.
@@ -518,6 +522,10 @@ <h3>Method Details</h3>
518522
&quot;messageFormat&quot;: &quot;A String&quot;, # Format of message.
519523
&quot;topic&quot;: &quot;A String&quot;, # 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 `[email protected]` 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//locations//topics/`.
520524
},
525+
&quot;newRecognitionResultNotificationConfig&quot;: { # Defines notification behavior. # Optional. Configuration for publishing transcription intermediate results. Event will be sent in format of ConversationEvent. If configured, the following information will be populated as ConversationEvent Pub/Sub message attributes: - &quot;participant_id&quot; - &quot;participant_role&quot; - &quot;message_id&quot;
526+
&quot;messageFormat&quot;: &quot;A String&quot;, # Format of message.
527+
&quot;topic&quot;: &quot;A String&quot;, # 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 `[email protected]` 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//locations//topics/`.
528+
},
521529
&quot;notificationConfig&quot;: { # Defines notification behavior. # Configuration for publishing conversation lifecycle events.
522530
&quot;messageFormat&quot;: &quot;A String&quot;, # Format of message.
523531
&quot;topic&quot;: &quot;A String&quot;, # 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 `[email protected]` 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//locations//topics/`.
@@ -743,6 +751,10 @@ <h3>Method Details</h3>
743751
&quot;messageFormat&quot;: &quot;A String&quot;, # Format of message.
744752
&quot;topic&quot;: &quot;A String&quot;, # 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 `[email protected]` 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//locations//topics/`.
745753
},
754+
&quot;newRecognitionResultNotificationConfig&quot;: { # Defines notification behavior. # Optional. Configuration for publishing transcription intermediate results. Event will be sent in format of ConversationEvent. If configured, the following information will be populated as ConversationEvent Pub/Sub message attributes: - &quot;participant_id&quot; - &quot;participant_role&quot; - &quot;message_id&quot;
755+
&quot;messageFormat&quot;: &quot;A String&quot;, # Format of message.
756+
&quot;topic&quot;: &quot;A String&quot;, # 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 `[email protected]` 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//locations//topics/`.
757+
},
746758
&quot;notificationConfig&quot;: { # Defines notification behavior. # Configuration for publishing conversation lifecycle events.
747759
&quot;messageFormat&quot;: &quot;A String&quot;, # Format of message.
748760
&quot;topic&quot;: &quot;A String&quot;, # 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 `[email protected]` 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//locations//topics/`.
@@ -954,6 +966,10 @@ <h3>Method Details</h3>
954966
&quot;messageFormat&quot;: &quot;A String&quot;, # Format of message.
955967
&quot;topic&quot;: &quot;A String&quot;, # 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 `[email protected]` 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//locations//topics/`.
956968
},
969+
&quot;newRecognitionResultNotificationConfig&quot;: { # Defines notification behavior. # Optional. Configuration for publishing transcription intermediate results. Event will be sent in format of ConversationEvent. If configured, the following information will be populated as ConversationEvent Pub/Sub message attributes: - &quot;participant_id&quot; - &quot;participant_role&quot; - &quot;message_id&quot;
970+
&quot;messageFormat&quot;: &quot;A String&quot;, # Format of message.
971+
&quot;topic&quot;: &quot;A String&quot;, # 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 `[email protected]` 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//locations//topics/`.
972+
},
957973
&quot;notificationConfig&quot;: { # Defines notification behavior. # Configuration for publishing conversation lifecycle events.
958974
&quot;messageFormat&quot;: &quot;A String&quot;, # Format of message.
959975
&quot;topic&quot;: &quot;A String&quot;, # 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 `[email protected]` 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//locations//topics/`.
@@ -1173,6 +1189,10 @@ <h3>Method Details</h3>
11731189
&quot;messageFormat&quot;: &quot;A String&quot;, # Format of message.
11741190
&quot;topic&quot;: &quot;A String&quot;, # 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 `[email protected]` 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//locations//topics/`.
11751191
},
1192+
&quot;newRecognitionResultNotificationConfig&quot;: { # Defines notification behavior. # Optional. Configuration for publishing transcription intermediate results. Event will be sent in format of ConversationEvent. If configured, the following information will be populated as ConversationEvent Pub/Sub message attributes: - &quot;participant_id&quot; - &quot;participant_role&quot; - &quot;message_id&quot;
1193+
&quot;messageFormat&quot;: &quot;A String&quot;, # Format of message.
1194+
&quot;topic&quot;: &quot;A String&quot;, # 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 `[email protected]` 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//locations//topics/`.
1195+
},
11761196
&quot;notificationConfig&quot;: { # Defines notification behavior. # Configuration for publishing conversation lifecycle events.
11771197
&quot;messageFormat&quot;: &quot;A String&quot;, # Format of message.
11781198
&quot;topic&quot;: &quot;A String&quot;, # 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 `[email protected]` 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//locations//topics/`.
@@ -1374,6 +1394,10 @@ <h3>Method Details</h3>
13741394
&quot;messageFormat&quot;: &quot;A String&quot;, # Format of message.
13751395
&quot;topic&quot;: &quot;A String&quot;, # 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 `[email protected]` 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//locations//topics/`.
13761396
},
1397+
&quot;newRecognitionResultNotificationConfig&quot;: { # Defines notification behavior. # Optional. Configuration for publishing transcription intermediate results. Event will be sent in format of ConversationEvent. If configured, the following information will be populated as ConversationEvent Pub/Sub message attributes: - &quot;participant_id&quot; - &quot;participant_role&quot; - &quot;message_id&quot;
1398+
&quot;messageFormat&quot;: &quot;A String&quot;, # Format of message.
1399+
&quot;topic&quot;: &quot;A String&quot;, # 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 `[email protected]` 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//locations//topics/`.
1400+
},
13771401
&quot;notificationConfig&quot;: { # Defines notification behavior. # Configuration for publishing conversation lifecycle events.
13781402
&quot;messageFormat&quot;: &quot;A String&quot;, # Format of message.
13791403
&quot;topic&quot;: &quot;A String&quot;, # 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 `[email protected]` 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//locations//topics/`.

0 commit comments

Comments
 (0)