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

GoogleCloudDialogflowV2beta1HumanAgentAssistantEvent

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

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

interface GoogleCloudDialogflowV2beta1HumanAgentAssistantEvent {
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. And This field is used to call Participants.ListSuggestions API. Format: projects//conversations//participants/. It will not be set in legacy workflow. HumanAgentAssistantConfig.name for more information.

§

The suggestion results payload that this notification refers to. It will only be set when HumanAgentAssistantConfig.SuggestionConfig.group_suggestion_responses sets to true.