newRecognitionResultNotificationConfig property

GoogleCloudDialogflowV2NotificationConfig? newRecognitionResultNotificationConfig
getter/setter pair

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: - "participant_id" - "participant_role" - "message_id"

Optional.

Implementation

GoogleCloudDialogflowV2NotificationConfig?
    newRecognitionResultNotificationConfig;