Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudDialogflowV2HumanAgentAssistantEvent

import type { GoogleCloudDialogflowV2HumanAgentAssistantEvent } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";

Represents a notification sent to Cloud Pub/Sub subscribers for human agent assistant events in a specific conversation.

interface GoogleCloudDialogflowV2HumanAgentAssistantEvent {
conversation?: string;
participant?: string;
}

§Properties

§
conversation?: string
[src]

The conversation this notification refers to. Format: projects//conversations/.

§
participant?: string
[src]

The participant that the suggestion is compiled for. Format: projects//conversations//participants/. It will not be set in legacy workflow.

§

The suggestion results payload that this notification refers to.