mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-29 21:34:03 +01:00
334 lines
134 KiB
HTML
334 lines
134 KiB
HTML
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="API documentation for the Rust `api` mod in crate `google_dialogflow2`."><meta name="keywords" content="rust, rustlang, rust-lang, api"><title>google_dialogflow2::api - Rust</title><link rel="stylesheet" type="text/css" href="../../normalize.css"><link rel="stylesheet" type="text/css" href="../../rustdoc.css" id="mainThemeStyle"><link rel="stylesheet" type="text/css" href="../../light.css" id="themeStyle"><link rel="stylesheet" type="text/css" href="../../dark.css" disabled ><link rel="stylesheet" type="text/css" href="../../ayu.css" disabled ><script id="default-settings"></script><script src="../../storage.js"></script><noscript><link rel="stylesheet" href="../../noscript.css"></noscript><link rel="icon" type="image/svg+xml" href="../../favicon.svg">
|
||
<link rel="alternate icon" type="image/png" href="../../favicon-16x16.png">
|
||
<link rel="alternate icon" type="image/png" href="../../favicon-32x32.png"><style type="text/css">#crate-search{background-image:url("../../down-arrow.svg");}</style></head><body class="rustdoc mod"><!--[if lte IE 8]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="sidebar"><div class="sidebar-menu">☰</div><a href='../../google_dialogflow2/index.html'><div class='logo-container rust-logo'><img src='../../rust-logo.png' alt='logo'></div></a><p class="location">Module api</p><div class="sidebar-elems"><div class="block items"><ul><li><a href="#structs">Structs</a></li><li><a href="#enums">Enums</a></li></ul></div><p class="location"><a href="../index.html">google_dialogflow2</a></p><div id="sidebar-vars" data-name="api" data-ty="mod" data-relpath="../"></div><script defer src="../sidebar-items.js"></script></div></nav><div class="theme-picker"><button id="theme-picker" aria-label="Pick another theme!" aria-haspopup="menu"><img src="../../brush.svg" width="18" alt="Pick another theme!"></button><div id="theme-choices" role="menu"></div></div><script src="../../theme.js"></script><nav class="sub"><form class="search-form"><div class="search-container"><div><select id="crate-search"><option value="All crates">All crates</option></select><input class="search-input" name="search" disabled autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"></div><button type="button" class="help-button">?</button>
|
||
<a id="settings-menu" href="../../settings.html"><img src="../../wheel.svg" width="18" alt="Change settings"></a></div></form></nav><section id="main" class="content"><h1 class="fqn"><span class="in-band">Module <a href="../index.html">google_dialogflow2</a>::<wbr><a class="mod" href="">api</a></span><span class="out-of-band"><span id="render-detail"><a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">[<span class="inner">−</span>]</a></span><a class="srclink" href="../../src/google_dialogflow2/api.rs.html#1-60235" title="goto source code">[src]</a></span></h1><h2 id="structs" class="section-header"><a href="#structs">Structs</a></h2>
|
||
<table><tr class="module-item"><td><a class="struct" href="struct.Dialogflow.html" title="google_dialogflow2::api::Dialogflow struct">Dialogflow</a></td><td class="docblock-short"><p>Central instance to access all Dialogflow related resource activities</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2Agent.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2Agent struct">GoogleCloudDialogflowV2Agent</a></td><td class="docblock-short"><p>A Dialogflow agent is a virtual agent that handles conversations with your end-users. It is a natural language understanding module that understands the nuances of human language. Dialogflow translates end-user text or audio during a conversation to structured data that your apps and services can understand. You design and build a Dialogflow agent to handle the types of conversations required for your system. For more information about agents, see the <a href="https://cloud.google.com/dialogflow/docs/agents-overview">Agent guide</a>.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2AgentAssistantFeedback.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2AgentAssistantFeedback struct">GoogleCloudDialogflowV2AgentAssistantFeedback</a></td><td class="docblock-short"><p>Detail feedback of Agent Assist result.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2AgentAssistantRecord.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2AgentAssistantRecord struct">GoogleCloudDialogflowV2AgentAssistantRecord</a></td><td class="docblock-short"><p>Represents a record of a human agent assist answer.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2AnalyzeContentRequest.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2AnalyzeContentRequest struct">GoogleCloudDialogflowV2AnalyzeContentRequest</a></td><td class="docblock-short"><p>The request message for Participants.AnalyzeContent.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2AnalyzeContentResponse.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2AnalyzeContentResponse struct">GoogleCloudDialogflowV2AnalyzeContentResponse</a></td><td class="docblock-short"><p>The response message for Participants.AnalyzeContent.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2AnnotatedMessagePart.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2AnnotatedMessagePart struct">GoogleCloudDialogflowV2AnnotatedMessagePart</a></td><td class="docblock-short"><p>Represents a part of a message possibly annotated with an entity. The part can be an entity or purely a part of the message between two entities or message start/end.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2AnswerFeedback.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2AnswerFeedback struct">GoogleCloudDialogflowV2AnswerFeedback</a></td><td class="docblock-short"><p>Represents feedback the customer has about the quality & correctness of a certain answer in a conversation.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2AnswerRecord.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2AnswerRecord struct">GoogleCloudDialogflowV2AnswerRecord</a></td><td class="docblock-short"><p>Answer records are records to manage answer history and feedbacks for Dialogflow. Currently, answer record includes: - human agent assistant article suggestion - human agent assistant faq article It doesn't include: - <code>DetectIntent</code> intent matching - <code>DetectIntent</code> knowledge Answer records are not related to the conversation history in the Dialogflow Console. A Record is generated even when the end-user disables conversation history in the console. Records are created when there's a human agent assistant suggestion generated. A typical workflow for customers provide feedback to an answer is: 1. For human agent assistant, customers get suggestion via ListSuggestions API. Together with the answers, AnswerRecord.name are returned to the customers. 2. The customer uses the AnswerRecord.name to call the UpdateAnswerRecord method to send feedback about a specific answer that they believe is wrong.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2ArticleAnswer.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2ArticleAnswer struct">GoogleCloudDialogflowV2ArticleAnswer</a></td><td class="docblock-short"><p>Represents article answer.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2AutomatedAgentConfig.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2AutomatedAgentConfig struct">GoogleCloudDialogflowV2AutomatedAgentConfig</a></td><td class="docblock-short"><p>Defines the Automated Agent to connect to a conversation.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2AutomatedAgentReply.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2AutomatedAgentReply struct">GoogleCloudDialogflowV2AutomatedAgentReply</a></td><td class="docblock-short"><p>Represents a response from an automated agent.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2BatchCreateEntitiesRequest.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2BatchCreateEntitiesRequest struct">GoogleCloudDialogflowV2BatchCreateEntitiesRequest</a></td><td class="docblock-short"><p>The request message for EntityTypes.BatchCreateEntities.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2BatchDeleteEntitiesRequest.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2BatchDeleteEntitiesRequest struct">GoogleCloudDialogflowV2BatchDeleteEntitiesRequest</a></td><td class="docblock-short"><p>The request message for EntityTypes.BatchDeleteEntities.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2BatchDeleteEntityTypesRequest.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2BatchDeleteEntityTypesRequest struct">GoogleCloudDialogflowV2BatchDeleteEntityTypesRequest</a></td><td class="docblock-short"><p>The request message for EntityTypes.BatchDeleteEntityTypes.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2BatchDeleteIntentsRequest.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2BatchDeleteIntentsRequest struct">GoogleCloudDialogflowV2BatchDeleteIntentsRequest</a></td><td class="docblock-short"><p>The request message for Intents.BatchDeleteIntents.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2BatchUpdateEntitiesRequest.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2BatchUpdateEntitiesRequest struct">GoogleCloudDialogflowV2BatchUpdateEntitiesRequest</a></td><td class="docblock-short"><p>The request message for EntityTypes.BatchUpdateEntities.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2BatchUpdateEntityTypesRequest.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2BatchUpdateEntityTypesRequest struct">GoogleCloudDialogflowV2BatchUpdateEntityTypesRequest</a></td><td class="docblock-short"><p>The request message for EntityTypes.BatchUpdateEntityTypes.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2BatchUpdateIntentsRequest.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2BatchUpdateIntentsRequest struct">GoogleCloudDialogflowV2BatchUpdateIntentsRequest</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2CompleteConversationRequest.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2CompleteConversationRequest struct">GoogleCloudDialogflowV2CompleteConversationRequest</a></td><td class="docblock-short"><p>The request message for Conversations.CompleteConversation.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2Context.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2Context struct">GoogleCloudDialogflowV2Context</a></td><td class="docblock-short"><p>Dialogflow contexts are similar to natural language context. If a person says to you "they are orange", you need context in order to understand what "they" is referring to. Similarly, for Dialogflow to handle an end-user expression like that, it needs to be provided with context in order to correctly match an intent. Using contexts, you can control the flow of a conversation. You can configure contexts for an intent by setting input and output contexts, which are identified by string names. When an intent is matched, any configured output contexts for that intent become active. While any contexts are active, Dialogflow is more likely to match intents that are configured with input contexts that correspond to the currently active contexts. For more information about context, see the <a href="https://cloud.google.com/dialogflow/docs/contexts-overview">Contexts guide</a>.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2Conversation.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2Conversation struct">GoogleCloudDialogflowV2Conversation</a></td><td class="docblock-short"><p>Represents a conversation. A conversation is an interaction between an agent, including live agents and Dialogflow agents, and a support customer. Conversations can include phone calls and text-based chat sessions.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2ConversationPhoneNumber.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2ConversationPhoneNumber struct">GoogleCloudDialogflowV2ConversationPhoneNumber</a></td><td class="docblock-short"><p>Represents a phone number for telephony integration. It allows for connecting a particular conversation over telephony.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2ConversationProfile.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2ConversationProfile struct">GoogleCloudDialogflowV2ConversationProfile</a></td><td class="docblock-short"><p>Defines the services to connect to incoming Dialogflow conversations.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2DetectIntentRequest.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2DetectIntentRequest struct">GoogleCloudDialogflowV2DetectIntentRequest</a></td><td class="docblock-short"><p>The request to detect user's intent.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2DetectIntentResponse.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2DetectIntentResponse struct">GoogleCloudDialogflowV2DetectIntentResponse</a></td><td class="docblock-short"><p>The message returned from the DetectIntent method.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2Document.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2Document struct">GoogleCloudDialogflowV2Document</a></td><td class="docblock-short"><p>A knowledge document to be used by a KnowledgeBase. For more information, see the <a href="https://cloud.google.com/dialogflow/docs/how/knowledge-bases">knowledge base guide</a>. Note: The <code>projects.agent.knowledgeBases.documents</code> resource is deprecated; only use <code>projects.knowledgeBases.documents</code>.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2DocumentReloadStatus.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2DocumentReloadStatus struct">GoogleCloudDialogflowV2DocumentReloadStatus</a></td><td class="docblock-short"><p>The status of a reload attempt.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2DtmfParameters.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2DtmfParameters struct">GoogleCloudDialogflowV2DtmfParameters</a></td><td class="docblock-short"><p>The message in the response that indicates the parameters of DTMF.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2EntityType.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2EntityType struct">GoogleCloudDialogflowV2EntityType</a></td><td class="docblock-short"><p>Each intent parameter has a type, called the entity type, which dictates exactly how data from an end-user expression is extracted. Dialogflow provides predefined system entities that can match many common types of data. For example, there are system entities for matching dates, times, colors, email addresses, and so on. You can also create your own custom entities for matching custom data. For example, you could define a vegetable entity that can match the types of vegetables available for purchase with a grocery store agent. For more information, see the <a href="https://cloud.google.com/dialogflow/docs/entities-overview">Entity guide</a>.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2EntityTypeBatch.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2EntityTypeBatch struct">GoogleCloudDialogflowV2EntityTypeBatch</a></td><td class="docblock-short"><p>This message is a wrapper around a collection of entity types.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2EntityTypeEntity.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2EntityTypeEntity struct">GoogleCloudDialogflowV2EntityTypeEntity</a></td><td class="docblock-short"><p>An <strong>entity entry</strong> for an associated entity type.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2Environment.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2Environment struct">GoogleCloudDialogflowV2Environment</a></td><td class="docblock-short"><p>You can create multiple versions of your agent and publish them to separate environments. When you edit an agent, you are editing the draft agent. At any point, you can save the draft agent as an agent version, which is an immutable snapshot of your agent. When you save the draft agent, it is published to the default environment. When you create agent versions, you can publish them to custom environments. You can create a variety of custom environments for: - testing - development - production - etc. For more information, see the <a href="https://cloud.google.com/dialogflow/docs/agents-versions">versions and environments guide</a>.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2EventInput.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2EventInput struct">GoogleCloudDialogflowV2EventInput</a></td><td class="docblock-short"><p>Events allow for matching intents by event name instead of the natural language input. For instance, input `` can trigger a personalized welcome response. The parameter <code>name</code> may be used by the agent in the response: <code>"Hello #welcome_event.name! What can I do for you today?"</code>.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2ExportAgentRequest.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2ExportAgentRequest struct">GoogleCloudDialogflowV2ExportAgentRequest</a></td><td class="docblock-short"><p>The request message for Agents.ExportAgent.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2FaqAnswer.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2FaqAnswer struct">GoogleCloudDialogflowV2FaqAnswer</a></td><td class="docblock-short"><p>Represents answer from "frequently asked questions".</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2Fulfillment.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2Fulfillment struct">GoogleCloudDialogflowV2Fulfillment</a></td><td class="docblock-short"><p>By default, your agent responds to a matched intent with a static response. As an alternative, you can provide a more dynamic response by using fulfillment. When you enable fulfillment for an intent, Dialogflow responds to that intent by calling a service that you define. For example, if an end-user wants to schedule a haircut on Friday, your service can check your database and respond to the end-user with availability information for Friday. For more information, see the <a href="https://cloud.google.com/dialogflow/docs/fulfillment-overview">fulfillment guide</a>.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2FulfillmentFeature.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2FulfillmentFeature struct">GoogleCloudDialogflowV2FulfillmentFeature</a></td><td class="docblock-short"><p>Whether fulfillment is enabled for the specific feature.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2FulfillmentGenericWebService.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2FulfillmentGenericWebService struct">GoogleCloudDialogflowV2FulfillmentGenericWebService</a></td><td class="docblock-short"><p>Represents configuration for a generic web service. Dialogflow supports two mechanisms for authentications: - Basic authentication with username and password. - Authentication with additional authentication headers. More information could be found at: https://cloud.google.com/dialogflow/docs/fulfillment-configure.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2HumanAgentAssistantConfig.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2HumanAgentAssistantConfig struct">GoogleCloudDialogflowV2HumanAgentAssistantConfig</a></td><td class="docblock-short"><p>Defines the Human Agent Assist to connect to a conversation.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationModelConfig.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationModelConfig struct">GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationModelConfig</a></td><td class="docblock-short"><p>Custom conversation models used in agent assist feature. Supported feature: ARTICLE_SUGGESTION, SMART_COMPOSE, SMART_REPLY.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2HumanAgentAssistantConfigMessageAnalysisConfig.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2HumanAgentAssistantConfigMessageAnalysisConfig struct">GoogleCloudDialogflowV2HumanAgentAssistantConfigMessageAnalysisConfig</a></td><td class="docblock-short"><p>Configuration for analyses to run on each conversation message.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionConfig.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionConfig struct">GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionConfig</a></td><td class="docblock-short"><p>Detail human agent assistant config.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionFeatureConfig.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionFeatureConfig struct">GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionFeatureConfig</a></td><td class="docblock-short"><p>Config for suggestion features.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfig.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfig struct">GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfig</a></td><td class="docblock-short"><p>Config for suggestion query.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigContextFilterSettings.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigContextFilterSettings struct">GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigContextFilterSettings</a></td><td class="docblock-short"><p>Settings that determine how to filter recent conversation context when generating suggestions.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySource.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySource struct">GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySource</a></td><td class="docblock-short"><p>Dialogflow source setting. Supported feature: DIALOGFLOW_ASSIST.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDocumentQuerySource.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDocumentQuerySource struct">GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDocumentQuerySource</a></td><td class="docblock-short"><p>Document source settings. Supported features: SMART_REPLY, SMART_COMPOSE.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigKnowledgeBaseQuerySource.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigKnowledgeBaseQuerySource struct">GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigKnowledgeBaseQuerySource</a></td><td class="docblock-short"><p>Knowledge base source settings. Supported features: ARTICLE_SUGGESTION, FAQ.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionTriggerSettings.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionTriggerSettings struct">GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionTriggerSettings</a></td><td class="docblock-short"><p>Settings of suggestion trigger.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2HumanAgentHandoffConfig.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2HumanAgentHandoffConfig struct">GoogleCloudDialogflowV2HumanAgentHandoffConfig</a></td><td class="docblock-short"><p>Defines the hand off to a live agent, typically on which external agent service provider to connect to a conversation. Currently, this feature is not general available, please contact Google to get access.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2HumanAgentHandoffConfigLivePersonConfig.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2HumanAgentHandoffConfigLivePersonConfig struct">GoogleCloudDialogflowV2HumanAgentHandoffConfigLivePersonConfig</a></td><td class="docblock-short"><p>Configuration specific to LivePerson (https://www.liveperson.com).</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2HumanAgentHandoffConfigSalesforceLiveAgentConfig.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2HumanAgentHandoffConfigSalesforceLiveAgentConfig struct">GoogleCloudDialogflowV2HumanAgentHandoffConfigSalesforceLiveAgentConfig</a></td><td class="docblock-short"><p>Configuration specific to Salesforce Live Agent.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2ImportAgentRequest.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2ImportAgentRequest struct">GoogleCloudDialogflowV2ImportAgentRequest</a></td><td class="docblock-short"><p>The request message for Agents.ImportAgent.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2InputAudioConfig.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2InputAudioConfig struct">GoogleCloudDialogflowV2InputAudioConfig</a></td><td class="docblock-short"><p>Instructs the speech recognizer how to process the audio content.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2Intent.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2Intent struct">GoogleCloudDialogflowV2Intent</a></td><td class="docblock-short"><p>An intent categorizes an end-user's intention for one conversation turn. For each agent, you define many intents, where your combined intents can handle a complete conversation. When an end-user writes or says something, referred to as an end-user expression or end-user input, Dialogflow matches the end-user input to the best intent in your agent. Matching an intent is also known as intent classification. For more information, see the <a href="https://cloud.google.com/dialogflow/docs/intents-overview">intent guide</a>.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2IntentBatch.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2IntentBatch struct">GoogleCloudDialogflowV2IntentBatch</a></td><td class="docblock-short"><p>This message is a wrapper around a collection of intents.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2IntentFollowupIntentInfo.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2IntentFollowupIntentInfo struct">GoogleCloudDialogflowV2IntentFollowupIntentInfo</a></td><td class="docblock-short"><p>Represents a single followup intent in the chain.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2IntentMessage.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2IntentMessage struct">GoogleCloudDialogflowV2IntentMessage</a></td><td class="docblock-short"><p>A rich response message. Corresponds to the intent <code>Response</code> field in the Dialogflow console. For more information, see <a href="https://cloud.google.com/dialogflow/docs/intents-rich-messages">Rich response messages</a>.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2IntentMessageBasicCard.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2IntentMessageBasicCard struct">GoogleCloudDialogflowV2IntentMessageBasicCard</a></td><td class="docblock-short"><p>The basic card message. Useful for displaying information.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2IntentMessageBasicCardButton.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2IntentMessageBasicCardButton struct">GoogleCloudDialogflowV2IntentMessageBasicCardButton</a></td><td class="docblock-short"><p>The button object that appears at the bottom of a card.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2IntentMessageBasicCardButtonOpenUriAction.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2IntentMessageBasicCardButtonOpenUriAction struct">GoogleCloudDialogflowV2IntentMessageBasicCardButtonOpenUriAction</a></td><td class="docblock-short"><p>Opens the given URI.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2IntentMessageBrowseCarouselCard.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2IntentMessageBrowseCarouselCard struct">GoogleCloudDialogflowV2IntentMessageBrowseCarouselCard</a></td><td class="docblock-short"><p>Browse Carousel Card for Actions on Google. https://developers.google.com/actions/assistant/responses#browsing_carousel</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItem.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItem struct">GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItem</a></td><td class="docblock-short"><p>Browsing carousel tile</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction struct">GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction</a></td><td class="docblock-short"><p>Actions on Google action to open a given url.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2IntentMessageCard.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2IntentMessageCard struct">GoogleCloudDialogflowV2IntentMessageCard</a></td><td class="docblock-short"><p>The card response message.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2IntentMessageCardButton.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2IntentMessageCardButton struct">GoogleCloudDialogflowV2IntentMessageCardButton</a></td><td class="docblock-short"><p>Contains information about a button.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2IntentMessageCarouselSelect.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2IntentMessageCarouselSelect struct">GoogleCloudDialogflowV2IntentMessageCarouselSelect</a></td><td class="docblock-short"><p>The card for presenting a carousel of options to select from.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2IntentMessageCarouselSelectItem.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2IntentMessageCarouselSelectItem struct">GoogleCloudDialogflowV2IntentMessageCarouselSelectItem</a></td><td class="docblock-short"><p>An item in the carousel.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2IntentMessageColumnProperties.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2IntentMessageColumnProperties struct">GoogleCloudDialogflowV2IntentMessageColumnProperties</a></td><td class="docblock-short"><p>Column properties for TableCard.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2IntentMessageImage.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2IntentMessageImage struct">GoogleCloudDialogflowV2IntentMessageImage</a></td><td class="docblock-short"><p>The image response message.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2IntentMessageLinkOutSuggestion.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2IntentMessageLinkOutSuggestion struct">GoogleCloudDialogflowV2IntentMessageLinkOutSuggestion</a></td><td class="docblock-short"><p>The suggestion chip message that allows the user to jump out to the app or website associated with this agent.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2IntentMessageListSelect.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2IntentMessageListSelect struct">GoogleCloudDialogflowV2IntentMessageListSelect</a></td><td class="docblock-short"><p>The card for presenting a list of options to select from.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2IntentMessageListSelectItem.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2IntentMessageListSelectItem struct">GoogleCloudDialogflowV2IntentMessageListSelectItem</a></td><td class="docblock-short"><p>An item in the list.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2IntentMessageMediaContent.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2IntentMessageMediaContent struct">GoogleCloudDialogflowV2IntentMessageMediaContent</a></td><td class="docblock-short"><p>The media content card for Actions on Google.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2IntentMessageMediaContentResponseMediaObject.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2IntentMessageMediaContentResponseMediaObject struct">GoogleCloudDialogflowV2IntentMessageMediaContentResponseMediaObject</a></td><td class="docblock-short"><p>Response media object for media content card.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2IntentMessageQuickReplies.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2IntentMessageQuickReplies struct">GoogleCloudDialogflowV2IntentMessageQuickReplies</a></td><td class="docblock-short"><p>The quick replies response message.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2IntentMessageSelectItemInfo.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2IntentMessageSelectItemInfo struct">GoogleCloudDialogflowV2IntentMessageSelectItemInfo</a></td><td class="docblock-short"><p>Additional info about the select item for when it is triggered in a dialog.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2IntentMessageSimpleResponse.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2IntentMessageSimpleResponse struct">GoogleCloudDialogflowV2IntentMessageSimpleResponse</a></td><td class="docblock-short"><p>The simple response message containing speech or text.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2IntentMessageSimpleResponses.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2IntentMessageSimpleResponses struct">GoogleCloudDialogflowV2IntentMessageSimpleResponses</a></td><td class="docblock-short"><p>The collection of simple response candidates. This message in <code>QueryResult.fulfillment_messages</code> and <code>WebhookResponse.fulfillment_messages</code> should contain only one <code>SimpleResponse</code>.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2IntentMessageSuggestion.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2IntentMessageSuggestion struct">GoogleCloudDialogflowV2IntentMessageSuggestion</a></td><td class="docblock-short"><p>The suggestion chip message that the user can tap to quickly post a reply to the conversation.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2IntentMessageSuggestions.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2IntentMessageSuggestions struct">GoogleCloudDialogflowV2IntentMessageSuggestions</a></td><td class="docblock-short"><p>The collection of suggestions.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2IntentMessageTableCard.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2IntentMessageTableCard struct">GoogleCloudDialogflowV2IntentMessageTableCard</a></td><td class="docblock-short"><p>Table card for Actions on Google.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2IntentMessageTableCardCell.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2IntentMessageTableCardCell struct">GoogleCloudDialogflowV2IntentMessageTableCardCell</a></td><td class="docblock-short"><p>Cell of TableCardRow.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2IntentMessageTableCardRow.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2IntentMessageTableCardRow struct">GoogleCloudDialogflowV2IntentMessageTableCardRow</a></td><td class="docblock-short"><p>Row of TableCard.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2IntentMessageText.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2IntentMessageText struct">GoogleCloudDialogflowV2IntentMessageText</a></td><td class="docblock-short"><p>The text response message.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2IntentParameter.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2IntentParameter struct">GoogleCloudDialogflowV2IntentParameter</a></td><td class="docblock-short"><p>Represents intent parameters.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2IntentTrainingPhrase.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2IntentTrainingPhrase struct">GoogleCloudDialogflowV2IntentTrainingPhrase</a></td><td class="docblock-short"><p>Represents an example that the agent is trained on.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2IntentTrainingPhrasePart.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2IntentTrainingPhrasePart struct">GoogleCloudDialogflowV2IntentTrainingPhrasePart</a></td><td class="docblock-short"><p>Represents a part of a training phrase.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2KnowledgeBase.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2KnowledgeBase struct">GoogleCloudDialogflowV2KnowledgeBase</a></td><td class="docblock-short"><p>A knowledge base represents a collection of knowledge documents that you provide to Dialogflow. Your knowledge documents contain information that may be useful during conversations with end-users. Some Dialogflow features use knowledge bases when looking for a response to an end-user input. For more information, see the <a href="https://cloud.google.com/dialogflow/docs/how/knowledge-bases">knowledge base guide</a>. Note: The <code>projects.agent.knowledgeBases</code> resource is deprecated; only use <code>projects.knowledgeBases</code>.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2ListAnswerRecordsResponse.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2ListAnswerRecordsResponse struct">GoogleCloudDialogflowV2ListAnswerRecordsResponse</a></td><td class="docblock-short"><p>Response message for AnswerRecords.ListAnswerRecords.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2ListContextsResponse.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2ListContextsResponse struct">GoogleCloudDialogflowV2ListContextsResponse</a></td><td class="docblock-short"><p>The response message for Contexts.ListContexts.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2ListConversationProfilesResponse.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2ListConversationProfilesResponse struct">GoogleCloudDialogflowV2ListConversationProfilesResponse</a></td><td class="docblock-short"><p>The response message for ConversationProfiles.ListConversationProfiles.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2ListConversationsResponse.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2ListConversationsResponse struct">GoogleCloudDialogflowV2ListConversationsResponse</a></td><td class="docblock-short"><p>The response message for Conversations.ListConversations.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2ListDocumentsResponse.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2ListDocumentsResponse struct">GoogleCloudDialogflowV2ListDocumentsResponse</a></td><td class="docblock-short"><p>Response message for Documents.ListDocuments.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2ListEntityTypesResponse.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2ListEntityTypesResponse struct">GoogleCloudDialogflowV2ListEntityTypesResponse</a></td><td class="docblock-short"><p>The response message for EntityTypes.ListEntityTypes.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2ListEnvironmentsResponse.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2ListEnvironmentsResponse struct">GoogleCloudDialogflowV2ListEnvironmentsResponse</a></td><td class="docblock-short"><p>The response message for Environments.ListEnvironments.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2ListIntentsResponse.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2ListIntentsResponse struct">GoogleCloudDialogflowV2ListIntentsResponse</a></td><td class="docblock-short"><p>The response message for Intents.ListIntents.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2ListKnowledgeBasesResponse.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2ListKnowledgeBasesResponse struct">GoogleCloudDialogflowV2ListKnowledgeBasesResponse</a></td><td class="docblock-short"><p>Response message for KnowledgeBases.ListKnowledgeBases.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2ListMessagesResponse.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2ListMessagesResponse struct">GoogleCloudDialogflowV2ListMessagesResponse</a></td><td class="docblock-short"><p>The response message for Conversations.ListMessages.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2ListParticipantsResponse.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2ListParticipantsResponse struct">GoogleCloudDialogflowV2ListParticipantsResponse</a></td><td class="docblock-short"><p>The response message for Participants.ListParticipants.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2ListSessionEntityTypesResponse.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2ListSessionEntityTypesResponse struct">GoogleCloudDialogflowV2ListSessionEntityTypesResponse</a></td><td class="docblock-short"><p>The response message for SessionEntityTypes.ListSessionEntityTypes.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2LoggingConfig.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2LoggingConfig struct">GoogleCloudDialogflowV2LoggingConfig</a></td><td class="docblock-short"><p>Defines logging behavior for conversation lifecycle events.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2Message.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2Message struct">GoogleCloudDialogflowV2Message</a></td><td class="docblock-short"><p>Represents a message posted into a conversation.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2MessageAnnotation.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2MessageAnnotation struct">GoogleCloudDialogflowV2MessageAnnotation</a></td><td class="docblock-short"><p>Represents the result of annotation for the message.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2NotificationConfig.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2NotificationConfig struct">GoogleCloudDialogflowV2NotificationConfig</a></td><td class="docblock-short"><p>Defines notification behavior.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2OutputAudio.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2OutputAudio struct">GoogleCloudDialogflowV2OutputAudio</a></td><td class="docblock-short"><p>Represents the natural language speech audio to be played to the end user.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2OutputAudioConfig.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2OutputAudioConfig struct">GoogleCloudDialogflowV2OutputAudioConfig</a></td><td class="docblock-short"><p>Instructs the speech synthesizer on how to generate the output audio content. If this audio config is supplied in a request, it overrides all existing text-to-speech settings applied to the agent.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2Participant.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2Participant struct">GoogleCloudDialogflowV2Participant</a></td><td class="docblock-short"><p>Represents a conversation participant (human agent, virtual agent, end-user).</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2QueryInput.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2QueryInput struct">GoogleCloudDialogflowV2QueryInput</a></td><td class="docblock-short"><p>Represents the query input. It can contain either: 1. An audio config which instructs the speech recognizer how to process the speech audio. 2. A conversational query in the form of text,. 3. An event that specifies which intent to trigger.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2QueryParameters.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2QueryParameters struct">GoogleCloudDialogflowV2QueryParameters</a></td><td class="docblock-short"><p>Represents the parameters of the conversational query.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2QueryResult.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2QueryResult struct">GoogleCloudDialogflowV2QueryResult</a></td><td class="docblock-short"><p>Represents the result of conversational query or event processing.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2ReloadDocumentRequest.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2ReloadDocumentRequest struct">GoogleCloudDialogflowV2ReloadDocumentRequest</a></td><td class="docblock-short"><p>Request message for Documents.ReloadDocument.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2RestoreAgentRequest.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2RestoreAgentRequest struct">GoogleCloudDialogflowV2RestoreAgentRequest</a></td><td class="docblock-short"><p>The request message for Agents.RestoreAgent.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2SearchAgentsResponse.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2SearchAgentsResponse struct">GoogleCloudDialogflowV2SearchAgentsResponse</a></td><td class="docblock-short"><p>The response message for Agents.SearchAgents.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2Sentiment.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2Sentiment struct">GoogleCloudDialogflowV2Sentiment</a></td><td class="docblock-short"><p>The sentiment, such as positive/negative feeling or association, for a unit of analysis, such as the query text.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2SentimentAnalysisRequestConfig.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2SentimentAnalysisRequestConfig struct">GoogleCloudDialogflowV2SentimentAnalysisRequestConfig</a></td><td class="docblock-short"><p>Configures the types of sentiment analysis to perform.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2SentimentAnalysisResult.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2SentimentAnalysisResult struct">GoogleCloudDialogflowV2SentimentAnalysisResult</a></td><td class="docblock-short"><p>The result of sentiment analysis. Sentiment analysis inspects user input and identifies the prevailing subjective opinion, especially to determine a user's attitude as positive, negative, or neutral. For Participants.DetectIntent, it needs to be configured in DetectIntentRequest.query_params. For Participants.StreamingDetectIntent, it needs to be configured in StreamingDetectIntentRequest.query_params. And for Participants.AnalyzeContent and Participants.StreamingAnalyzeContent, it needs to be configured in ConversationProfile.human_agent_assistant_config</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2SessionEntityType.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2SessionEntityType struct">GoogleCloudDialogflowV2SessionEntityType</a></td><td class="docblock-short"><p>A session represents a conversation between a Dialogflow agent and an end-user. You can create special entities, called session entities, during a session. Session entities can extend or replace custom entity types and only exist during the session that they were created for. All session data, including session entities, is stored by Dialogflow for 20 minutes. For more information, see the <a href="https://cloud.google.com/dialogflow/docs/entities-session">session entity guide</a>.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2SpeechContext.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2SpeechContext struct">GoogleCloudDialogflowV2SpeechContext</a></td><td class="docblock-short"><p>Hints for the speech recognizer to help with recognition in a specific conversation state.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2SpeechToTextConfig.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2SpeechToTextConfig struct">GoogleCloudDialogflowV2SpeechToTextConfig</a></td><td class="docblock-short"><p>Configures speech transcription for ConversationProfile.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2SuggestArticlesRequest.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2SuggestArticlesRequest struct">GoogleCloudDialogflowV2SuggestArticlesRequest</a></td><td class="docblock-short"><p>The request message for Participants.SuggestArticles.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2SuggestArticlesResponse.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2SuggestArticlesResponse struct">GoogleCloudDialogflowV2SuggestArticlesResponse</a></td><td class="docblock-short"><p>The response message for Participants.SuggestArticles.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2SuggestFaqAnswersRequest.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2SuggestFaqAnswersRequest struct">GoogleCloudDialogflowV2SuggestFaqAnswersRequest</a></td><td class="docblock-short"><p>The request message for Participants.SuggestFaqAnswers.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2SuggestFaqAnswersResponse.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2SuggestFaqAnswersResponse struct">GoogleCloudDialogflowV2SuggestFaqAnswersResponse</a></td><td class="docblock-short"><p>The request message for Participants.SuggestFaqAnswers.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2SuggestionFeature.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2SuggestionFeature struct">GoogleCloudDialogflowV2SuggestionFeature</a></td><td class="docblock-short"><p>The type of Human Agent Assistant API suggestion to perform, and the maximum number of results to return for that type. Multiple <code>Feature</code> objects can be specified in the <code>features</code> list.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2SuggestionResult.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2SuggestionResult struct">GoogleCloudDialogflowV2SuggestionResult</a></td><td class="docblock-short"><p>One response of different type of suggestion response which is used in the response of Participants.AnalyzeContent and Participants.AnalyzeContent, as well as HumanAgentAssistantEvent.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2SynthesizeSpeechConfig.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2SynthesizeSpeechConfig struct">GoogleCloudDialogflowV2SynthesizeSpeechConfig</a></td><td class="docblock-short"><p>Configuration of how speech should be synthesized.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2TextInput.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2TextInput struct">GoogleCloudDialogflowV2TextInput</a></td><td class="docblock-short"><p>Represents the natural language text to be processed.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2TrainAgentRequest.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2TrainAgentRequest struct">GoogleCloudDialogflowV2TrainAgentRequest</a></td><td class="docblock-short"><p>The request message for Agents.TrainAgent.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2ValidationError.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2ValidationError struct">GoogleCloudDialogflowV2ValidationError</a></td><td class="docblock-short"><p>Represents a single validation error.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2ValidationResult.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2ValidationResult struct">GoogleCloudDialogflowV2ValidationResult</a></td><td class="docblock-short"><p>Represents the output of agent validation.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudDialogflowV2VoiceSelectionParams.html" title="google_dialogflow2::api::GoogleCloudDialogflowV2VoiceSelectionParams struct">GoogleCloudDialogflowV2VoiceSelectionParams</a></td><td class="docblock-short"><p>Description of which voice to use for speech synthesis.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleLongrunningListOperationsResponse.html" title="google_dialogflow2::api::GoogleLongrunningListOperationsResponse struct">GoogleLongrunningListOperationsResponse</a></td><td class="docblock-short"><p>The response message for Operations.ListOperations.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleLongrunningOperation.html" title="google_dialogflow2::api::GoogleLongrunningOperation struct">GoogleLongrunningOperation</a></td><td class="docblock-short"><p>This resource represents a long-running operation that is the result of a network API call.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleProtobufEmpty.html" title="google_dialogflow2::api::GoogleProtobufEmpty struct">GoogleProtobufEmpty</a></td><td class="docblock-short"><p>A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for <code>Empty</code> is empty JSON object <code>{}</code>.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleRpcStatus.html" title="google_dialogflow2::api::GoogleRpcStatus struct">GoogleRpcStatus</a></td><td class="docblock-short"><p>The <code>Status</code> type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by <a href="https://github.com/grpc">gRPC</a>. Each <code>Status</code> message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the <a href="https://cloud.google.com/apis/design/errors">API Design Guide</a>.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleTypeLatLng.html" title="google_dialogflow2::api::GoogleTypeLatLng struct">GoogleTypeLatLng</a></td><td class="docblock-short"><p>An object that represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees latitude and degrees longitude. Unless specified otherwise, this must conform to the WGS84 standard. Values must be within normalized ranges.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectAgentEntityTypeBatchDeleteCall.html" title="google_dialogflow2::api::ProjectAgentEntityTypeBatchDeleteCall struct">ProjectAgentEntityTypeBatchDeleteCall</a></td><td class="docblock-short"><p>Deletes entity types in the specified agent. Operation </p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectAgentEntityTypeBatchUpdateCall.html" title="google_dialogflow2::api::ProjectAgentEntityTypeBatchUpdateCall struct">ProjectAgentEntityTypeBatchUpdateCall</a></td><td class="docblock-short"><p>Updates/Creates multiple entity types in the specified agent. Operation </p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectAgentEntityTypeCreateCall.html" title="google_dialogflow2::api::ProjectAgentEntityTypeCreateCall struct">ProjectAgentEntityTypeCreateCall</a></td><td class="docblock-short"><p>Creates an entity type in the specified agent.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectAgentEntityTypeDeleteCall.html" title="google_dialogflow2::api::ProjectAgentEntityTypeDeleteCall struct">ProjectAgentEntityTypeDeleteCall</a></td><td class="docblock-short"><p>Deletes the specified entity type.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectAgentEntityTypeEntityBatchCreateCall.html" title="google_dialogflow2::api::ProjectAgentEntityTypeEntityBatchCreateCall struct">ProjectAgentEntityTypeEntityBatchCreateCall</a></td><td class="docblock-short"><p>Creates multiple new entities in the specified entity type. Operation </p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectAgentEntityTypeEntityBatchDeleteCall.html" title="google_dialogflow2::api::ProjectAgentEntityTypeEntityBatchDeleteCall struct">ProjectAgentEntityTypeEntityBatchDeleteCall</a></td><td class="docblock-short"><p>Deletes entities in the specified entity type. Operation </p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectAgentEntityTypeEntityBatchUpdateCall.html" title="google_dialogflow2::api::ProjectAgentEntityTypeEntityBatchUpdateCall struct">ProjectAgentEntityTypeEntityBatchUpdateCall</a></td><td class="docblock-short"><p>Updates or creates multiple entities in the specified entity type. This method does not affect entities in the entity type that aren't explicitly specified in the request. Operation </p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectAgentEntityTypeGetCall.html" title="google_dialogflow2::api::ProjectAgentEntityTypeGetCall struct">ProjectAgentEntityTypeGetCall</a></td><td class="docblock-short"><p>Retrieves the specified entity type.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectAgentEntityTypeListCall.html" title="google_dialogflow2::api::ProjectAgentEntityTypeListCall struct">ProjectAgentEntityTypeListCall</a></td><td class="docblock-short"><p>Returns the list of all entity types in the specified agent.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectAgentEntityTypePatchCall.html" title="google_dialogflow2::api::ProjectAgentEntityTypePatchCall struct">ProjectAgentEntityTypePatchCall</a></td><td class="docblock-short"><p>Updates the specified entity type.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectAgentEnvironmentIntentListCall.html" title="google_dialogflow2::api::ProjectAgentEnvironmentIntentListCall struct">ProjectAgentEnvironmentIntentListCall</a></td><td class="docblock-short"><p>Returns the list of all intents in the specified agent.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectAgentEnvironmentListCall.html" title="google_dialogflow2::api::ProjectAgentEnvironmentListCall struct">ProjectAgentEnvironmentListCall</a></td><td class="docblock-short"><p>Returns the list of all non-draft environments of the specified agent.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectAgentEnvironmentUserSessionContextCreateCall.html" title="google_dialogflow2::api::ProjectAgentEnvironmentUserSessionContextCreateCall struct">ProjectAgentEnvironmentUserSessionContextCreateCall</a></td><td class="docblock-short"><p>Creates a context. If the specified context already exists, overrides the context.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectAgentEnvironmentUserSessionContextDeleteCall.html" title="google_dialogflow2::api::ProjectAgentEnvironmentUserSessionContextDeleteCall struct">ProjectAgentEnvironmentUserSessionContextDeleteCall</a></td><td class="docblock-short"><p>Deletes the specified context.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectAgentEnvironmentUserSessionContextGetCall.html" title="google_dialogflow2::api::ProjectAgentEnvironmentUserSessionContextGetCall struct">ProjectAgentEnvironmentUserSessionContextGetCall</a></td><td class="docblock-short"><p>Retrieves the specified context.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectAgentEnvironmentUserSessionContextListCall.html" title="google_dialogflow2::api::ProjectAgentEnvironmentUserSessionContextListCall struct">ProjectAgentEnvironmentUserSessionContextListCall</a></td><td class="docblock-short"><p>Returns the list of all contexts in the specified session.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectAgentEnvironmentUserSessionContextPatchCall.html" title="google_dialogflow2::api::ProjectAgentEnvironmentUserSessionContextPatchCall struct">ProjectAgentEnvironmentUserSessionContextPatchCall</a></td><td class="docblock-short"><p>Updates the specified context.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectAgentEnvironmentUserSessionDeleteContextCall.html" title="google_dialogflow2::api::ProjectAgentEnvironmentUserSessionDeleteContextCall struct">ProjectAgentEnvironmentUserSessionDeleteContextCall</a></td><td class="docblock-short"><p>Deletes all active contexts in the specified session.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectAgentEnvironmentUserSessionDetectIntentCall.html" title="google_dialogflow2::api::ProjectAgentEnvironmentUserSessionDetectIntentCall struct">ProjectAgentEnvironmentUserSessionDetectIntentCall</a></td><td class="docblock-short"><p>Processes a natural language query and returns structured, actionable data as a result. This method is not idempotent, because it may cause contexts and session entity types to be updated, which in turn might affect results of future queries. Note: Always use agent versions for production traffic. See <a href="https://cloud.google.com/dialogflow/es/docs/agents-versions">Versions and environments</a>.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectAgentEnvironmentUserSessionEntityTypeCreateCall.html" title="google_dialogflow2::api::ProjectAgentEnvironmentUserSessionEntityTypeCreateCall struct">ProjectAgentEnvironmentUserSessionEntityTypeCreateCall</a></td><td class="docblock-short"><p>Creates a session entity type. If the specified session entity type already exists, overrides the session entity type. This method doesn't work with Google Assistant integration. Contact Dialogflow support if you need to use session entities with Google Assistant integration.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectAgentEnvironmentUserSessionEntityTypeDeleteCall.html" title="google_dialogflow2::api::ProjectAgentEnvironmentUserSessionEntityTypeDeleteCall struct">ProjectAgentEnvironmentUserSessionEntityTypeDeleteCall</a></td><td class="docblock-short"><p>Deletes the specified session entity type. This method doesn't work with Google Assistant integration. Contact Dialogflow support if you need to use session entities with Google Assistant integration.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectAgentEnvironmentUserSessionEntityTypeGetCall.html" title="google_dialogflow2::api::ProjectAgentEnvironmentUserSessionEntityTypeGetCall struct">ProjectAgentEnvironmentUserSessionEntityTypeGetCall</a></td><td class="docblock-short"><p>Retrieves the specified session entity type. This method doesn't work with Google Assistant integration. Contact Dialogflow support if you need to use session entities with Google Assistant integration.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectAgentEnvironmentUserSessionEntityTypeListCall.html" title="google_dialogflow2::api::ProjectAgentEnvironmentUserSessionEntityTypeListCall struct">ProjectAgentEnvironmentUserSessionEntityTypeListCall</a></td><td class="docblock-short"><p>Returns the list of all session entity types in the specified session. This method doesn't work with Google Assistant integration. Contact Dialogflow support if you need to use session entities with Google Assistant integration.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectAgentEnvironmentUserSessionEntityTypePatchCall.html" title="google_dialogflow2::api::ProjectAgentEnvironmentUserSessionEntityTypePatchCall struct">ProjectAgentEnvironmentUserSessionEntityTypePatchCall</a></td><td class="docblock-short"><p>Updates the specified session entity type. This method doesn't work with Google Assistant integration. Contact Dialogflow support if you need to use session entities with Google Assistant integration.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectAgentExportCall.html" title="google_dialogflow2::api::ProjectAgentExportCall struct">ProjectAgentExportCall</a></td><td class="docblock-short"><p>Exports the specified agent to a ZIP file. Operation </p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectAgentGetFulfillmentCall.html" title="google_dialogflow2::api::ProjectAgentGetFulfillmentCall struct">ProjectAgentGetFulfillmentCall</a></td><td class="docblock-short"><p>Retrieves the fulfillment.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectAgentGetValidationResultCall.html" title="google_dialogflow2::api::ProjectAgentGetValidationResultCall struct">ProjectAgentGetValidationResultCall</a></td><td class="docblock-short"><p>Gets agent validation result. Agent validation is performed during training time and is updated automatically when training is completed.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectAgentImportCall.html" title="google_dialogflow2::api::ProjectAgentImportCall struct">ProjectAgentImportCall</a></td><td class="docblock-short"><p>Imports the specified agent from a ZIP file. Uploads new intents and entity types without deleting the existing ones. Intents and entity types with the same name are replaced with the new versions from ImportAgentRequest. After the import, the imported draft agent will be trained automatically (unless disabled in agent settings). However, once the import is done, training may not be completed yet. Please call TrainAgent and wait for the operation it returns in order to train explicitly. Operation An operation which tracks when importing is complete. It only tracks when the draft agent is updated not when it is done training.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectAgentIntentBatchDeleteCall.html" title="google_dialogflow2::api::ProjectAgentIntentBatchDeleteCall struct">ProjectAgentIntentBatchDeleteCall</a></td><td class="docblock-short"><p>Deletes intents in the specified agent. Operation </p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectAgentIntentBatchUpdateCall.html" title="google_dialogflow2::api::ProjectAgentIntentBatchUpdateCall struct">ProjectAgentIntentBatchUpdateCall</a></td><td class="docblock-short"><p>Updates/Creates multiple intents in the specified agent. Operation </p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectAgentIntentCreateCall.html" title="google_dialogflow2::api::ProjectAgentIntentCreateCall struct">ProjectAgentIntentCreateCall</a></td><td class="docblock-short"><p>Creates an intent in the specified agent.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectAgentIntentDeleteCall.html" title="google_dialogflow2::api::ProjectAgentIntentDeleteCall struct">ProjectAgentIntentDeleteCall</a></td><td class="docblock-short"><p>Deletes the specified intent and its direct or indirect followup intents.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectAgentIntentGetCall.html" title="google_dialogflow2::api::ProjectAgentIntentGetCall struct">ProjectAgentIntentGetCall</a></td><td class="docblock-short"><p>Retrieves the specified intent.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectAgentIntentListCall.html" title="google_dialogflow2::api::ProjectAgentIntentListCall struct">ProjectAgentIntentListCall</a></td><td class="docblock-short"><p>Returns the list of all intents in the specified agent.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectAgentIntentPatchCall.html" title="google_dialogflow2::api::ProjectAgentIntentPatchCall struct">ProjectAgentIntentPatchCall</a></td><td class="docblock-short"><p>Updates the specified intent.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectAgentKnowledgeBaseCreateCall.html" title="google_dialogflow2::api::ProjectAgentKnowledgeBaseCreateCall struct">ProjectAgentKnowledgeBaseCreateCall</a></td><td class="docblock-short"><p>Creates a knowledge base.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectAgentKnowledgeBaseDeleteCall.html" title="google_dialogflow2::api::ProjectAgentKnowledgeBaseDeleteCall struct">ProjectAgentKnowledgeBaseDeleteCall</a></td><td class="docblock-short"><p>Deletes the specified knowledge base.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectAgentKnowledgeBaseDocumentCreateCall.html" title="google_dialogflow2::api::ProjectAgentKnowledgeBaseDocumentCreateCall struct">ProjectAgentKnowledgeBaseDocumentCreateCall</a></td><td class="docblock-short"><p>Creates a new document. Operation </p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectAgentKnowledgeBaseDocumentDeleteCall.html" title="google_dialogflow2::api::ProjectAgentKnowledgeBaseDocumentDeleteCall struct">ProjectAgentKnowledgeBaseDocumentDeleteCall</a></td><td class="docblock-short"><p>Deletes the specified document. Operation </p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectAgentKnowledgeBaseDocumentGetCall.html" title="google_dialogflow2::api::ProjectAgentKnowledgeBaseDocumentGetCall struct">ProjectAgentKnowledgeBaseDocumentGetCall</a></td><td class="docblock-short"><p>Retrieves the specified document.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectAgentKnowledgeBaseDocumentListCall.html" title="google_dialogflow2::api::ProjectAgentKnowledgeBaseDocumentListCall struct">ProjectAgentKnowledgeBaseDocumentListCall</a></td><td class="docblock-short"><p>Returns the list of all documents of the knowledge base.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectAgentKnowledgeBaseDocumentPatchCall.html" title="google_dialogflow2::api::ProjectAgentKnowledgeBaseDocumentPatchCall struct">ProjectAgentKnowledgeBaseDocumentPatchCall</a></td><td class="docblock-short"><p>Updates the specified document. Operation </p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectAgentKnowledgeBaseDocumentReloadCall.html" title="google_dialogflow2::api::ProjectAgentKnowledgeBaseDocumentReloadCall struct">ProjectAgentKnowledgeBaseDocumentReloadCall</a></td><td class="docblock-short"><p>Reloads the specified document from its specified source, content_uri or content. The previously loaded content of the document will be deleted. Note: Even when the content of the document has not changed, there still may be side effects because of internal implementation changes. Note: The <code>projects.agent.knowledgeBases.documents</code> resource is deprecated; only use <code>projects.knowledgeBases.documents</code>. Operation </p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectAgentKnowledgeBaseGetCall.html" title="google_dialogflow2::api::ProjectAgentKnowledgeBaseGetCall struct">ProjectAgentKnowledgeBaseGetCall</a></td><td class="docblock-short"><p>Retrieves the specified knowledge base.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectAgentKnowledgeBaseListCall.html" title="google_dialogflow2::api::ProjectAgentKnowledgeBaseListCall struct">ProjectAgentKnowledgeBaseListCall</a></td><td class="docblock-short"><p>Returns the list of all knowledge bases of the specified agent.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectAgentKnowledgeBasePatchCall.html" title="google_dialogflow2::api::ProjectAgentKnowledgeBasePatchCall struct">ProjectAgentKnowledgeBasePatchCall</a></td><td class="docblock-short"><p>Updates the specified knowledge base.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectAgentRestoreCall.html" title="google_dialogflow2::api::ProjectAgentRestoreCall struct">ProjectAgentRestoreCall</a></td><td class="docblock-short"><p>Restores the specified agent from a ZIP file. Replaces the current agent version with a new one. All the intents and entity types in the older version are deleted. After the restore, the restored draft agent will be trained automatically (unless disabled in agent settings). However, once the restore is done, training may not be completed yet. Please call TrainAgent and wait for the operation it returns in order to train explicitly. Operation An operation which tracks when restoring is complete. It only tracks when the draft agent is updated not when it is done training.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectAgentSearchCall.html" title="google_dialogflow2::api::ProjectAgentSearchCall struct">ProjectAgentSearchCall</a></td><td class="docblock-short"><p>Returns the list of agents. Since there is at most one conversational agent per project, this method is useful primarily for listing all agents across projects the caller has access to. One can achieve that with a wildcard project collection id "-". Refer to <a href="https://cloud.google.com/apis/design/design_patterns#list_sub-collections">List Sub-Collections</a>.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectAgentSessionContextCreateCall.html" title="google_dialogflow2::api::ProjectAgentSessionContextCreateCall struct">ProjectAgentSessionContextCreateCall</a></td><td class="docblock-short"><p>Creates a context. If the specified context already exists, overrides the context.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectAgentSessionContextDeleteCall.html" title="google_dialogflow2::api::ProjectAgentSessionContextDeleteCall struct">ProjectAgentSessionContextDeleteCall</a></td><td class="docblock-short"><p>Deletes the specified context.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectAgentSessionContextGetCall.html" title="google_dialogflow2::api::ProjectAgentSessionContextGetCall struct">ProjectAgentSessionContextGetCall</a></td><td class="docblock-short"><p>Retrieves the specified context.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectAgentSessionContextListCall.html" title="google_dialogflow2::api::ProjectAgentSessionContextListCall struct">ProjectAgentSessionContextListCall</a></td><td class="docblock-short"><p>Returns the list of all contexts in the specified session.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectAgentSessionContextPatchCall.html" title="google_dialogflow2::api::ProjectAgentSessionContextPatchCall struct">ProjectAgentSessionContextPatchCall</a></td><td class="docblock-short"><p>Updates the specified context.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectAgentSessionDeleteContextCall.html" title="google_dialogflow2::api::ProjectAgentSessionDeleteContextCall struct">ProjectAgentSessionDeleteContextCall</a></td><td class="docblock-short"><p>Deletes all active contexts in the specified session.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectAgentSessionDetectIntentCall.html" title="google_dialogflow2::api::ProjectAgentSessionDetectIntentCall struct">ProjectAgentSessionDetectIntentCall</a></td><td class="docblock-short"><p>Processes a natural language query and returns structured, actionable data as a result. This method is not idempotent, because it may cause contexts and session entity types to be updated, which in turn might affect results of future queries. Note: Always use agent versions for production traffic. See <a href="https://cloud.google.com/dialogflow/es/docs/agents-versions">Versions and environments</a>.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectAgentSessionEntityTypeCreateCall.html" title="google_dialogflow2::api::ProjectAgentSessionEntityTypeCreateCall struct">ProjectAgentSessionEntityTypeCreateCall</a></td><td class="docblock-short"><p>Creates a session entity type. If the specified session entity type already exists, overrides the session entity type. This method doesn't work with Google Assistant integration. Contact Dialogflow support if you need to use session entities with Google Assistant integration.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectAgentSessionEntityTypeDeleteCall.html" title="google_dialogflow2::api::ProjectAgentSessionEntityTypeDeleteCall struct">ProjectAgentSessionEntityTypeDeleteCall</a></td><td class="docblock-short"><p>Deletes the specified session entity type. This method doesn't work with Google Assistant integration. Contact Dialogflow support if you need to use session entities with Google Assistant integration.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectAgentSessionEntityTypeGetCall.html" title="google_dialogflow2::api::ProjectAgentSessionEntityTypeGetCall struct">ProjectAgentSessionEntityTypeGetCall</a></td><td class="docblock-short"><p>Retrieves the specified session entity type. This method doesn't work with Google Assistant integration. Contact Dialogflow support if you need to use session entities with Google Assistant integration.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectAgentSessionEntityTypeListCall.html" title="google_dialogflow2::api::ProjectAgentSessionEntityTypeListCall struct">ProjectAgentSessionEntityTypeListCall</a></td><td class="docblock-short"><p>Returns the list of all session entity types in the specified session. This method doesn't work with Google Assistant integration. Contact Dialogflow support if you need to use session entities with Google Assistant integration.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectAgentSessionEntityTypePatchCall.html" title="google_dialogflow2::api::ProjectAgentSessionEntityTypePatchCall struct">ProjectAgentSessionEntityTypePatchCall</a></td><td class="docblock-short"><p>Updates the specified session entity type. This method doesn't work with Google Assistant integration. Contact Dialogflow support if you need to use session entities with Google Assistant integration.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectAgentTrainCall.html" title="google_dialogflow2::api::ProjectAgentTrainCall struct">ProjectAgentTrainCall</a></td><td class="docblock-short"><p>Trains the specified agent. Operation </p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectAgentUpdateFulfillmentCall.html" title="google_dialogflow2::api::ProjectAgentUpdateFulfillmentCall struct">ProjectAgentUpdateFulfillmentCall</a></td><td class="docblock-short"><p>Updates the fulfillment.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectAnswerRecordListCall.html" title="google_dialogflow2::api::ProjectAnswerRecordListCall struct">ProjectAnswerRecordListCall</a></td><td class="docblock-short"><p>Returns the list of all answer records in the specified project in reverse chronological order.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectAnswerRecordPatchCall.html" title="google_dialogflow2::api::ProjectAnswerRecordPatchCall struct">ProjectAnswerRecordPatchCall</a></td><td class="docblock-short"><p>Updates the specified answer record.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectConversationCompleteCall.html" title="google_dialogflow2::api::ProjectConversationCompleteCall struct">ProjectConversationCompleteCall</a></td><td class="docblock-short"><p>Completes the specified conversation. Finished conversations are purged from the database after 30 days.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectConversationCreateCall.html" title="google_dialogflow2::api::ProjectConversationCreateCall struct">ProjectConversationCreateCall</a></td><td class="docblock-short"><p>Creates a new conversation. Conversations are auto-completed after 24 hours. Conversation Lifecycle: There are two stages during a conversation: Automated Agent Stage and Assist Stage. For Automated Agent Stage, there will be a dialogflow agent responding to user queries. For Assist Stage, there's no dialogflow agent responding to user queries. But we will provide suggestions which are generated from conversation. If Conversation.conversation_profile is configured for a dialogflow agent, conversation will start from <code>Automated Agent Stage</code>, otherwise, it will start from <code>Assist Stage</code>. And during <code>Automated Agent Stage</code>, once an Intent with Intent.live_agent_handoff is triggered, conversation will transfer to Assist Stage.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectConversationGetCall.html" title="google_dialogflow2::api::ProjectConversationGetCall struct">ProjectConversationGetCall</a></td><td class="docblock-short"><p>Retrieves the specific conversation.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectConversationListCall.html" title="google_dialogflow2::api::ProjectConversationListCall struct">ProjectConversationListCall</a></td><td class="docblock-short"><p>Returns the list of all conversations in the specified project.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectConversationMessageListCall.html" title="google_dialogflow2::api::ProjectConversationMessageListCall struct">ProjectConversationMessageListCall</a></td><td class="docblock-short"><p>Lists messages that belong to a given conversation. <code>messages</code> are ordered by <code>create_time</code> in descending order. To fetch updates without duplication, send request with filter <code>create_time_epoch_microseconds > [first item's create_time of previous request]</code> and empty page_token.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectConversationParticipantAnalyzeContentCall.html" title="google_dialogflow2::api::ProjectConversationParticipantAnalyzeContentCall struct">ProjectConversationParticipantAnalyzeContentCall</a></td><td class="docblock-short"><p>Adds a text (chat, for example), or audio (phone recording, for example) message from a participant into the conversation. Note: Always use agent versions for production traffic sent to virtual agents. See <a href="https://cloud.google.com/dialogflow/es/docs/agents-versions">Versions and environments</a>.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectConversationParticipantCreateCall.html" title="google_dialogflow2::api::ProjectConversationParticipantCreateCall struct">ProjectConversationParticipantCreateCall</a></td><td class="docblock-short"><p>Creates a new participant in a conversation.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectConversationParticipantGetCall.html" title="google_dialogflow2::api::ProjectConversationParticipantGetCall struct">ProjectConversationParticipantGetCall</a></td><td class="docblock-short"><p>Retrieves a conversation participant.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectConversationParticipantListCall.html" title="google_dialogflow2::api::ProjectConversationParticipantListCall struct">ProjectConversationParticipantListCall</a></td><td class="docblock-short"><p>Returns the list of all participants in the specified conversation.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectConversationParticipantPatchCall.html" title="google_dialogflow2::api::ProjectConversationParticipantPatchCall struct">ProjectConversationParticipantPatchCall</a></td><td class="docblock-short"><p>Updates the specified participant.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectConversationParticipantSuggestionSuggestArticleCall.html" title="google_dialogflow2::api::ProjectConversationParticipantSuggestionSuggestArticleCall struct">ProjectConversationParticipantSuggestionSuggestArticleCall</a></td><td class="docblock-short"><p>Gets suggested articles for a participant based on specific historical messages.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectConversationParticipantSuggestionSuggestFaqAnswerCall.html" title="google_dialogflow2::api::ProjectConversationParticipantSuggestionSuggestFaqAnswerCall struct">ProjectConversationParticipantSuggestionSuggestFaqAnswerCall</a></td><td class="docblock-short"><p>Gets suggested faq answers for a participant based on specific historical messages.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectConversationProfileCreateCall.html" title="google_dialogflow2::api::ProjectConversationProfileCreateCall struct">ProjectConversationProfileCreateCall</a></td><td class="docblock-short"><p>Creates a conversation profile in the specified project. ConversationProfile.CreateTime and ConversationProfile.UpdateTime aren't populated in the response. You can retrieve them via GetConversationProfile API.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectConversationProfileDeleteCall.html" title="google_dialogflow2::api::ProjectConversationProfileDeleteCall struct">ProjectConversationProfileDeleteCall</a></td><td class="docblock-short"><p>Deletes the specified conversation profile.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectConversationProfileGetCall.html" title="google_dialogflow2::api::ProjectConversationProfileGetCall struct">ProjectConversationProfileGetCall</a></td><td class="docblock-short"><p>Retrieves the specified conversation profile.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectConversationProfileListCall.html" title="google_dialogflow2::api::ProjectConversationProfileListCall struct">ProjectConversationProfileListCall</a></td><td class="docblock-short"><p>Returns the list of all conversation profiles in the specified project.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectConversationProfilePatchCall.html" title="google_dialogflow2::api::ProjectConversationProfilePatchCall struct">ProjectConversationProfilePatchCall</a></td><td class="docblock-short"><p>Updates the specified conversation profile. ConversationProfile.CreateTime and ConversationProfile.UpdateTime aren't populated in the response. You can retrieve them via GetConversationProfile API.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectDeleteAgentCall.html" title="google_dialogflow2::api::ProjectDeleteAgentCall struct">ProjectDeleteAgentCall</a></td><td class="docblock-short"><p>Deletes the specified agent.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectGetAgentCall.html" title="google_dialogflow2::api::ProjectGetAgentCall struct">ProjectGetAgentCall</a></td><td class="docblock-short"><p>Retrieves the specified agent.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectKnowledgeBaseCreateCall.html" title="google_dialogflow2::api::ProjectKnowledgeBaseCreateCall struct">ProjectKnowledgeBaseCreateCall</a></td><td class="docblock-short"><p>Creates a knowledge base.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectKnowledgeBaseDeleteCall.html" title="google_dialogflow2::api::ProjectKnowledgeBaseDeleteCall struct">ProjectKnowledgeBaseDeleteCall</a></td><td class="docblock-short"><p>Deletes the specified knowledge base.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectKnowledgeBaseDocumentCreateCall.html" title="google_dialogflow2::api::ProjectKnowledgeBaseDocumentCreateCall struct">ProjectKnowledgeBaseDocumentCreateCall</a></td><td class="docblock-short"><p>Creates a new document. Operation </p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectKnowledgeBaseDocumentDeleteCall.html" title="google_dialogflow2::api::ProjectKnowledgeBaseDocumentDeleteCall struct">ProjectKnowledgeBaseDocumentDeleteCall</a></td><td class="docblock-short"><p>Deletes the specified document. Operation </p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectKnowledgeBaseDocumentGetCall.html" title="google_dialogflow2::api::ProjectKnowledgeBaseDocumentGetCall struct">ProjectKnowledgeBaseDocumentGetCall</a></td><td class="docblock-short"><p>Retrieves the specified document.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectKnowledgeBaseDocumentListCall.html" title="google_dialogflow2::api::ProjectKnowledgeBaseDocumentListCall struct">ProjectKnowledgeBaseDocumentListCall</a></td><td class="docblock-short"><p>Returns the list of all documents of the knowledge base.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectKnowledgeBaseDocumentPatchCall.html" title="google_dialogflow2::api::ProjectKnowledgeBaseDocumentPatchCall struct">ProjectKnowledgeBaseDocumentPatchCall</a></td><td class="docblock-short"><p>Updates the specified document. Operation </p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectKnowledgeBaseDocumentReloadCall.html" title="google_dialogflow2::api::ProjectKnowledgeBaseDocumentReloadCall struct">ProjectKnowledgeBaseDocumentReloadCall</a></td><td class="docblock-short"><p>Reloads the specified document from its specified source, content_uri or content. The previously loaded content of the document will be deleted. Note: Even when the content of the document has not changed, there still may be side effects because of internal implementation changes. Note: The <code>projects.agent.knowledgeBases.documents</code> resource is deprecated; only use <code>projects.knowledgeBases.documents</code>. Operation </p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectKnowledgeBaseGetCall.html" title="google_dialogflow2::api::ProjectKnowledgeBaseGetCall struct">ProjectKnowledgeBaseGetCall</a></td><td class="docblock-short"><p>Retrieves the specified knowledge base.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectKnowledgeBaseListCall.html" title="google_dialogflow2::api::ProjectKnowledgeBaseListCall struct">ProjectKnowledgeBaseListCall</a></td><td class="docblock-short"><p>Returns the list of all knowledge bases of the specified agent.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectKnowledgeBasePatchCall.html" title="google_dialogflow2::api::ProjectKnowledgeBasePatchCall struct">ProjectKnowledgeBasePatchCall</a></td><td class="docblock-short"><p>Updates the specified knowledge base.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationAgentEntityTypeBatchDeleteCall.html" title="google_dialogflow2::api::ProjectLocationAgentEntityTypeBatchDeleteCall struct">ProjectLocationAgentEntityTypeBatchDeleteCall</a></td><td class="docblock-short"><p>Deletes entity types in the specified agent. Operation </p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationAgentEntityTypeBatchUpdateCall.html" title="google_dialogflow2::api::ProjectLocationAgentEntityTypeBatchUpdateCall struct">ProjectLocationAgentEntityTypeBatchUpdateCall</a></td><td class="docblock-short"><p>Updates/Creates multiple entity types in the specified agent. Operation </p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationAgentEntityTypeCreateCall.html" title="google_dialogflow2::api::ProjectLocationAgentEntityTypeCreateCall struct">ProjectLocationAgentEntityTypeCreateCall</a></td><td class="docblock-short"><p>Creates an entity type in the specified agent.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationAgentEntityTypeDeleteCall.html" title="google_dialogflow2::api::ProjectLocationAgentEntityTypeDeleteCall struct">ProjectLocationAgentEntityTypeDeleteCall</a></td><td class="docblock-short"><p>Deletes the specified entity type.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationAgentEntityTypeEntityBatchCreateCall.html" title="google_dialogflow2::api::ProjectLocationAgentEntityTypeEntityBatchCreateCall struct">ProjectLocationAgentEntityTypeEntityBatchCreateCall</a></td><td class="docblock-short"><p>Creates multiple new entities in the specified entity type. Operation </p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationAgentEntityTypeEntityBatchDeleteCall.html" title="google_dialogflow2::api::ProjectLocationAgentEntityTypeEntityBatchDeleteCall struct">ProjectLocationAgentEntityTypeEntityBatchDeleteCall</a></td><td class="docblock-short"><p>Deletes entities in the specified entity type. Operation </p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationAgentEntityTypeEntityBatchUpdateCall.html" title="google_dialogflow2::api::ProjectLocationAgentEntityTypeEntityBatchUpdateCall struct">ProjectLocationAgentEntityTypeEntityBatchUpdateCall</a></td><td class="docblock-short"><p>Updates or creates multiple entities in the specified entity type. This method does not affect entities in the entity type that aren't explicitly specified in the request. Operation </p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationAgentEntityTypeGetCall.html" title="google_dialogflow2::api::ProjectLocationAgentEntityTypeGetCall struct">ProjectLocationAgentEntityTypeGetCall</a></td><td class="docblock-short"><p>Retrieves the specified entity type.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationAgentEntityTypeListCall.html" title="google_dialogflow2::api::ProjectLocationAgentEntityTypeListCall struct">ProjectLocationAgentEntityTypeListCall</a></td><td class="docblock-short"><p>Returns the list of all entity types in the specified agent.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationAgentEntityTypePatchCall.html" title="google_dialogflow2::api::ProjectLocationAgentEntityTypePatchCall struct">ProjectLocationAgentEntityTypePatchCall</a></td><td class="docblock-short"><p>Updates the specified entity type.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationAgentEnvironmentListCall.html" title="google_dialogflow2::api::ProjectLocationAgentEnvironmentListCall struct">ProjectLocationAgentEnvironmentListCall</a></td><td class="docblock-short"><p>Returns the list of all non-draft environments of the specified agent.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationAgentEnvironmentUserSessionContextCreateCall.html" title="google_dialogflow2::api::ProjectLocationAgentEnvironmentUserSessionContextCreateCall struct">ProjectLocationAgentEnvironmentUserSessionContextCreateCall</a></td><td class="docblock-short"><p>Creates a context. If the specified context already exists, overrides the context.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationAgentEnvironmentUserSessionContextDeleteCall.html" title="google_dialogflow2::api::ProjectLocationAgentEnvironmentUserSessionContextDeleteCall struct">ProjectLocationAgentEnvironmentUserSessionContextDeleteCall</a></td><td class="docblock-short"><p>Deletes the specified context.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationAgentEnvironmentUserSessionContextGetCall.html" title="google_dialogflow2::api::ProjectLocationAgentEnvironmentUserSessionContextGetCall struct">ProjectLocationAgentEnvironmentUserSessionContextGetCall</a></td><td class="docblock-short"><p>Retrieves the specified context.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationAgentEnvironmentUserSessionContextListCall.html" title="google_dialogflow2::api::ProjectLocationAgentEnvironmentUserSessionContextListCall struct">ProjectLocationAgentEnvironmentUserSessionContextListCall</a></td><td class="docblock-short"><p>Returns the list of all contexts in the specified session.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationAgentEnvironmentUserSessionContextPatchCall.html" title="google_dialogflow2::api::ProjectLocationAgentEnvironmentUserSessionContextPatchCall struct">ProjectLocationAgentEnvironmentUserSessionContextPatchCall</a></td><td class="docblock-short"><p>Updates the specified context.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationAgentEnvironmentUserSessionDeleteContextCall.html" title="google_dialogflow2::api::ProjectLocationAgentEnvironmentUserSessionDeleteContextCall struct">ProjectLocationAgentEnvironmentUserSessionDeleteContextCall</a></td><td class="docblock-short"><p>Deletes all active contexts in the specified session.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationAgentEnvironmentUserSessionDetectIntentCall.html" title="google_dialogflow2::api::ProjectLocationAgentEnvironmentUserSessionDetectIntentCall struct">ProjectLocationAgentEnvironmentUserSessionDetectIntentCall</a></td><td class="docblock-short"><p>Processes a natural language query and returns structured, actionable data as a result. This method is not idempotent, because it may cause contexts and session entity types to be updated, which in turn might affect results of future queries. Note: Always use agent versions for production traffic. See <a href="https://cloud.google.com/dialogflow/es/docs/agents-versions">Versions and environments</a>.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationAgentEnvironmentUserSessionEntityTypeCreateCall.html" title="google_dialogflow2::api::ProjectLocationAgentEnvironmentUserSessionEntityTypeCreateCall struct">ProjectLocationAgentEnvironmentUserSessionEntityTypeCreateCall</a></td><td class="docblock-short"><p>Creates a session entity type. If the specified session entity type already exists, overrides the session entity type. This method doesn't work with Google Assistant integration. Contact Dialogflow support if you need to use session entities with Google Assistant integration.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationAgentEnvironmentUserSessionEntityTypeDeleteCall.html" title="google_dialogflow2::api::ProjectLocationAgentEnvironmentUserSessionEntityTypeDeleteCall struct">ProjectLocationAgentEnvironmentUserSessionEntityTypeDeleteCall</a></td><td class="docblock-short"><p>Deletes the specified session entity type. This method doesn't work with Google Assistant integration. Contact Dialogflow support if you need to use session entities with Google Assistant integration.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationAgentEnvironmentUserSessionEntityTypeGetCall.html" title="google_dialogflow2::api::ProjectLocationAgentEnvironmentUserSessionEntityTypeGetCall struct">ProjectLocationAgentEnvironmentUserSessionEntityTypeGetCall</a></td><td class="docblock-short"><p>Retrieves the specified session entity type. This method doesn't work with Google Assistant integration. Contact Dialogflow support if you need to use session entities with Google Assistant integration.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationAgentEnvironmentUserSessionEntityTypeListCall.html" title="google_dialogflow2::api::ProjectLocationAgentEnvironmentUserSessionEntityTypeListCall struct">ProjectLocationAgentEnvironmentUserSessionEntityTypeListCall</a></td><td class="docblock-short"><p>Returns the list of all session entity types in the specified session. This method doesn't work with Google Assistant integration. Contact Dialogflow support if you need to use session entities with Google Assistant integration.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationAgentEnvironmentUserSessionEntityTypePatchCall.html" title="google_dialogflow2::api::ProjectLocationAgentEnvironmentUserSessionEntityTypePatchCall struct">ProjectLocationAgentEnvironmentUserSessionEntityTypePatchCall</a></td><td class="docblock-short"><p>Updates the specified session entity type. This method doesn't work with Google Assistant integration. Contact Dialogflow support if you need to use session entities with Google Assistant integration.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationAgentExportCall.html" title="google_dialogflow2::api::ProjectLocationAgentExportCall struct">ProjectLocationAgentExportCall</a></td><td class="docblock-short"><p>Exports the specified agent to a ZIP file. Operation </p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationAgentGetFulfillmentCall.html" title="google_dialogflow2::api::ProjectLocationAgentGetFulfillmentCall struct">ProjectLocationAgentGetFulfillmentCall</a></td><td class="docblock-short"><p>Retrieves the fulfillment.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationAgentGetValidationResultCall.html" title="google_dialogflow2::api::ProjectLocationAgentGetValidationResultCall struct">ProjectLocationAgentGetValidationResultCall</a></td><td class="docblock-short"><p>Gets agent validation result. Agent validation is performed during training time and is updated automatically when training is completed.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationAgentImportCall.html" title="google_dialogflow2::api::ProjectLocationAgentImportCall struct">ProjectLocationAgentImportCall</a></td><td class="docblock-short"><p>Imports the specified agent from a ZIP file. Uploads new intents and entity types without deleting the existing ones. Intents and entity types with the same name are replaced with the new versions from ImportAgentRequest. After the import, the imported draft agent will be trained automatically (unless disabled in agent settings). However, once the import is done, training may not be completed yet. Please call TrainAgent and wait for the operation it returns in order to train explicitly. Operation An operation which tracks when importing is complete. It only tracks when the draft agent is updated not when it is done training.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationAgentIntentBatchDeleteCall.html" title="google_dialogflow2::api::ProjectLocationAgentIntentBatchDeleteCall struct">ProjectLocationAgentIntentBatchDeleteCall</a></td><td class="docblock-short"><p>Deletes intents in the specified agent. Operation </p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationAgentIntentBatchUpdateCall.html" title="google_dialogflow2::api::ProjectLocationAgentIntentBatchUpdateCall struct">ProjectLocationAgentIntentBatchUpdateCall</a></td><td class="docblock-short"><p>Updates/Creates multiple intents in the specified agent. Operation </p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationAgentIntentCreateCall.html" title="google_dialogflow2::api::ProjectLocationAgentIntentCreateCall struct">ProjectLocationAgentIntentCreateCall</a></td><td class="docblock-short"><p>Creates an intent in the specified agent.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationAgentIntentDeleteCall.html" title="google_dialogflow2::api::ProjectLocationAgentIntentDeleteCall struct">ProjectLocationAgentIntentDeleteCall</a></td><td class="docblock-short"><p>Deletes the specified intent and its direct or indirect followup intents.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationAgentIntentGetCall.html" title="google_dialogflow2::api::ProjectLocationAgentIntentGetCall struct">ProjectLocationAgentIntentGetCall</a></td><td class="docblock-short"><p>Retrieves the specified intent.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationAgentIntentListCall.html" title="google_dialogflow2::api::ProjectLocationAgentIntentListCall struct">ProjectLocationAgentIntentListCall</a></td><td class="docblock-short"><p>Returns the list of all intents in the specified agent.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationAgentIntentPatchCall.html" title="google_dialogflow2::api::ProjectLocationAgentIntentPatchCall struct">ProjectLocationAgentIntentPatchCall</a></td><td class="docblock-short"><p>Updates the specified intent.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationAgentRestoreCall.html" title="google_dialogflow2::api::ProjectLocationAgentRestoreCall struct">ProjectLocationAgentRestoreCall</a></td><td class="docblock-short"><p>Restores the specified agent from a ZIP file. Replaces the current agent version with a new one. All the intents and entity types in the older version are deleted. After the restore, the restored draft agent will be trained automatically (unless disabled in agent settings). However, once the restore is done, training may not be completed yet. Please call TrainAgent and wait for the operation it returns in order to train explicitly. Operation An operation which tracks when restoring is complete. It only tracks when the draft agent is updated not when it is done training.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationAgentSearchCall.html" title="google_dialogflow2::api::ProjectLocationAgentSearchCall struct">ProjectLocationAgentSearchCall</a></td><td class="docblock-short"><p>Returns the list of agents. Since there is at most one conversational agent per project, this method is useful primarily for listing all agents across projects the caller has access to. One can achieve that with a wildcard project collection id "-". Refer to <a href="https://cloud.google.com/apis/design/design_patterns#list_sub-collections">List Sub-Collections</a>.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationAgentSessionContextCreateCall.html" title="google_dialogflow2::api::ProjectLocationAgentSessionContextCreateCall struct">ProjectLocationAgentSessionContextCreateCall</a></td><td class="docblock-short"><p>Creates a context. If the specified context already exists, overrides the context.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationAgentSessionContextDeleteCall.html" title="google_dialogflow2::api::ProjectLocationAgentSessionContextDeleteCall struct">ProjectLocationAgentSessionContextDeleteCall</a></td><td class="docblock-short"><p>Deletes the specified context.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationAgentSessionContextGetCall.html" title="google_dialogflow2::api::ProjectLocationAgentSessionContextGetCall struct">ProjectLocationAgentSessionContextGetCall</a></td><td class="docblock-short"><p>Retrieves the specified context.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationAgentSessionContextListCall.html" title="google_dialogflow2::api::ProjectLocationAgentSessionContextListCall struct">ProjectLocationAgentSessionContextListCall</a></td><td class="docblock-short"><p>Returns the list of all contexts in the specified session.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationAgentSessionContextPatchCall.html" title="google_dialogflow2::api::ProjectLocationAgentSessionContextPatchCall struct">ProjectLocationAgentSessionContextPatchCall</a></td><td class="docblock-short"><p>Updates the specified context.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationAgentSessionDeleteContextCall.html" title="google_dialogflow2::api::ProjectLocationAgentSessionDeleteContextCall struct">ProjectLocationAgentSessionDeleteContextCall</a></td><td class="docblock-short"><p>Deletes all active contexts in the specified session.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationAgentSessionDetectIntentCall.html" title="google_dialogflow2::api::ProjectLocationAgentSessionDetectIntentCall struct">ProjectLocationAgentSessionDetectIntentCall</a></td><td class="docblock-short"><p>Processes a natural language query and returns structured, actionable data as a result. This method is not idempotent, because it may cause contexts and session entity types to be updated, which in turn might affect results of future queries. Note: Always use agent versions for production traffic. See <a href="https://cloud.google.com/dialogflow/es/docs/agents-versions">Versions and environments</a>.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationAgentSessionEntityTypeCreateCall.html" title="google_dialogflow2::api::ProjectLocationAgentSessionEntityTypeCreateCall struct">ProjectLocationAgentSessionEntityTypeCreateCall</a></td><td class="docblock-short"><p>Creates a session entity type. If the specified session entity type already exists, overrides the session entity type. This method doesn't work with Google Assistant integration. Contact Dialogflow support if you need to use session entities with Google Assistant integration.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationAgentSessionEntityTypeDeleteCall.html" title="google_dialogflow2::api::ProjectLocationAgentSessionEntityTypeDeleteCall struct">ProjectLocationAgentSessionEntityTypeDeleteCall</a></td><td class="docblock-short"><p>Deletes the specified session entity type. This method doesn't work with Google Assistant integration. Contact Dialogflow support if you need to use session entities with Google Assistant integration.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationAgentSessionEntityTypeGetCall.html" title="google_dialogflow2::api::ProjectLocationAgentSessionEntityTypeGetCall struct">ProjectLocationAgentSessionEntityTypeGetCall</a></td><td class="docblock-short"><p>Retrieves the specified session entity type. This method doesn't work with Google Assistant integration. Contact Dialogflow support if you need to use session entities with Google Assistant integration.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationAgentSessionEntityTypeListCall.html" title="google_dialogflow2::api::ProjectLocationAgentSessionEntityTypeListCall struct">ProjectLocationAgentSessionEntityTypeListCall</a></td><td class="docblock-short"><p>Returns the list of all session entity types in the specified session. This method doesn't work with Google Assistant integration. Contact Dialogflow support if you need to use session entities with Google Assistant integration.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationAgentSessionEntityTypePatchCall.html" title="google_dialogflow2::api::ProjectLocationAgentSessionEntityTypePatchCall struct">ProjectLocationAgentSessionEntityTypePatchCall</a></td><td class="docblock-short"><p>Updates the specified session entity type. This method doesn't work with Google Assistant integration. Contact Dialogflow support if you need to use session entities with Google Assistant integration.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationAgentTrainCall.html" title="google_dialogflow2::api::ProjectLocationAgentTrainCall struct">ProjectLocationAgentTrainCall</a></td><td class="docblock-short"><p>Trains the specified agent. Operation </p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationAgentUpdateFulfillmentCall.html" title="google_dialogflow2::api::ProjectLocationAgentUpdateFulfillmentCall struct">ProjectLocationAgentUpdateFulfillmentCall</a></td><td class="docblock-short"><p>Updates the fulfillment.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationAnswerRecordListCall.html" title="google_dialogflow2::api::ProjectLocationAnswerRecordListCall struct">ProjectLocationAnswerRecordListCall</a></td><td class="docblock-short"><p>Returns the list of all answer records in the specified project in reverse chronological order.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationAnswerRecordPatchCall.html" title="google_dialogflow2::api::ProjectLocationAnswerRecordPatchCall struct">ProjectLocationAnswerRecordPatchCall</a></td><td class="docblock-short"><p>Updates the specified answer record.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationConversationCompleteCall.html" title="google_dialogflow2::api::ProjectLocationConversationCompleteCall struct">ProjectLocationConversationCompleteCall</a></td><td class="docblock-short"><p>Completes the specified conversation. Finished conversations are purged from the database after 30 days.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationConversationCreateCall.html" title="google_dialogflow2::api::ProjectLocationConversationCreateCall struct">ProjectLocationConversationCreateCall</a></td><td class="docblock-short"><p>Creates a new conversation. Conversations are auto-completed after 24 hours. Conversation Lifecycle: There are two stages during a conversation: Automated Agent Stage and Assist Stage. For Automated Agent Stage, there will be a dialogflow agent responding to user queries. For Assist Stage, there's no dialogflow agent responding to user queries. But we will provide suggestions which are generated from conversation. If Conversation.conversation_profile is configured for a dialogflow agent, conversation will start from <code>Automated Agent Stage</code>, otherwise, it will start from <code>Assist Stage</code>. And during <code>Automated Agent Stage</code>, once an Intent with Intent.live_agent_handoff is triggered, conversation will transfer to Assist Stage.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationConversationGetCall.html" title="google_dialogflow2::api::ProjectLocationConversationGetCall struct">ProjectLocationConversationGetCall</a></td><td class="docblock-short"><p>Retrieves the specific conversation.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationConversationListCall.html" title="google_dialogflow2::api::ProjectLocationConversationListCall struct">ProjectLocationConversationListCall</a></td><td class="docblock-short"><p>Returns the list of all conversations in the specified project.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationConversationMessageListCall.html" title="google_dialogflow2::api::ProjectLocationConversationMessageListCall struct">ProjectLocationConversationMessageListCall</a></td><td class="docblock-short"><p>Lists messages that belong to a given conversation. <code>messages</code> are ordered by <code>create_time</code> in descending order. To fetch updates without duplication, send request with filter <code>create_time_epoch_microseconds > [first item's create_time of previous request]</code> and empty page_token.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationConversationParticipantAnalyzeContentCall.html" title="google_dialogflow2::api::ProjectLocationConversationParticipantAnalyzeContentCall struct">ProjectLocationConversationParticipantAnalyzeContentCall</a></td><td class="docblock-short"><p>Adds a text (chat, for example), or audio (phone recording, for example) message from a participant into the conversation. Note: Always use agent versions for production traffic sent to virtual agents. See <a href="https://cloud.google.com/dialogflow/es/docs/agents-versions">Versions and environments</a>.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationConversationParticipantCreateCall.html" title="google_dialogflow2::api::ProjectLocationConversationParticipantCreateCall struct">ProjectLocationConversationParticipantCreateCall</a></td><td class="docblock-short"><p>Creates a new participant in a conversation.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationConversationParticipantGetCall.html" title="google_dialogflow2::api::ProjectLocationConversationParticipantGetCall struct">ProjectLocationConversationParticipantGetCall</a></td><td class="docblock-short"><p>Retrieves a conversation participant.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationConversationParticipantListCall.html" title="google_dialogflow2::api::ProjectLocationConversationParticipantListCall struct">ProjectLocationConversationParticipantListCall</a></td><td class="docblock-short"><p>Returns the list of all participants in the specified conversation.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationConversationParticipantPatchCall.html" title="google_dialogflow2::api::ProjectLocationConversationParticipantPatchCall struct">ProjectLocationConversationParticipantPatchCall</a></td><td class="docblock-short"><p>Updates the specified participant.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationConversationParticipantSuggestionSuggestArticleCall.html" title="google_dialogflow2::api::ProjectLocationConversationParticipantSuggestionSuggestArticleCall struct">ProjectLocationConversationParticipantSuggestionSuggestArticleCall</a></td><td class="docblock-short"><p>Gets suggested articles for a participant based on specific historical messages.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationConversationParticipantSuggestionSuggestFaqAnswerCall.html" title="google_dialogflow2::api::ProjectLocationConversationParticipantSuggestionSuggestFaqAnswerCall struct">ProjectLocationConversationParticipantSuggestionSuggestFaqAnswerCall</a></td><td class="docblock-short"><p>Gets suggested faq answers for a participant based on specific historical messages.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationConversationProfileCreateCall.html" title="google_dialogflow2::api::ProjectLocationConversationProfileCreateCall struct">ProjectLocationConversationProfileCreateCall</a></td><td class="docblock-short"><p>Creates a conversation profile in the specified project. ConversationProfile.CreateTime and ConversationProfile.UpdateTime aren't populated in the response. You can retrieve them via GetConversationProfile API.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationConversationProfileDeleteCall.html" title="google_dialogflow2::api::ProjectLocationConversationProfileDeleteCall struct">ProjectLocationConversationProfileDeleteCall</a></td><td class="docblock-short"><p>Deletes the specified conversation profile.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationConversationProfileGetCall.html" title="google_dialogflow2::api::ProjectLocationConversationProfileGetCall struct">ProjectLocationConversationProfileGetCall</a></td><td class="docblock-short"><p>Retrieves the specified conversation profile.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationConversationProfileListCall.html" title="google_dialogflow2::api::ProjectLocationConversationProfileListCall struct">ProjectLocationConversationProfileListCall</a></td><td class="docblock-short"><p>Returns the list of all conversation profiles in the specified project.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationConversationProfilePatchCall.html" title="google_dialogflow2::api::ProjectLocationConversationProfilePatchCall struct">ProjectLocationConversationProfilePatchCall</a></td><td class="docblock-short"><p>Updates the specified conversation profile. ConversationProfile.CreateTime and ConversationProfile.UpdateTime aren't populated in the response. You can retrieve them via GetConversationProfile API.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationDeleteAgentCall.html" title="google_dialogflow2::api::ProjectLocationDeleteAgentCall struct">ProjectLocationDeleteAgentCall</a></td><td class="docblock-short"><p>Deletes the specified agent.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationGetAgentCall.html" title="google_dialogflow2::api::ProjectLocationGetAgentCall struct">ProjectLocationGetAgentCall</a></td><td class="docblock-short"><p>Retrieves the specified agent.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationKnowledgeBaseCreateCall.html" title="google_dialogflow2::api::ProjectLocationKnowledgeBaseCreateCall struct">ProjectLocationKnowledgeBaseCreateCall</a></td><td class="docblock-short"><p>Creates a knowledge base.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationKnowledgeBaseDeleteCall.html" title="google_dialogflow2::api::ProjectLocationKnowledgeBaseDeleteCall struct">ProjectLocationKnowledgeBaseDeleteCall</a></td><td class="docblock-short"><p>Deletes the specified knowledge base.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationKnowledgeBaseDocumentCreateCall.html" title="google_dialogflow2::api::ProjectLocationKnowledgeBaseDocumentCreateCall struct">ProjectLocationKnowledgeBaseDocumentCreateCall</a></td><td class="docblock-short"><p>Creates a new document. Operation </p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationKnowledgeBaseDocumentDeleteCall.html" title="google_dialogflow2::api::ProjectLocationKnowledgeBaseDocumentDeleteCall struct">ProjectLocationKnowledgeBaseDocumentDeleteCall</a></td><td class="docblock-short"><p>Deletes the specified document. Operation </p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationKnowledgeBaseDocumentGetCall.html" title="google_dialogflow2::api::ProjectLocationKnowledgeBaseDocumentGetCall struct">ProjectLocationKnowledgeBaseDocumentGetCall</a></td><td class="docblock-short"><p>Retrieves the specified document.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationKnowledgeBaseDocumentListCall.html" title="google_dialogflow2::api::ProjectLocationKnowledgeBaseDocumentListCall struct">ProjectLocationKnowledgeBaseDocumentListCall</a></td><td class="docblock-short"><p>Returns the list of all documents of the knowledge base.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationKnowledgeBaseDocumentPatchCall.html" title="google_dialogflow2::api::ProjectLocationKnowledgeBaseDocumentPatchCall struct">ProjectLocationKnowledgeBaseDocumentPatchCall</a></td><td class="docblock-short"><p>Updates the specified document. Operation </p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationKnowledgeBaseDocumentReloadCall.html" title="google_dialogflow2::api::ProjectLocationKnowledgeBaseDocumentReloadCall struct">ProjectLocationKnowledgeBaseDocumentReloadCall</a></td><td class="docblock-short"><p>Reloads the specified document from its specified source, content_uri or content. The previously loaded content of the document will be deleted. Note: Even when the content of the document has not changed, there still may be side effects because of internal implementation changes. Note: The <code>projects.agent.knowledgeBases.documents</code> resource is deprecated; only use <code>projects.knowledgeBases.documents</code>. Operation </p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationKnowledgeBaseGetCall.html" title="google_dialogflow2::api::ProjectLocationKnowledgeBaseGetCall struct">ProjectLocationKnowledgeBaseGetCall</a></td><td class="docblock-short"><p>Retrieves the specified knowledge base.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationKnowledgeBaseListCall.html" title="google_dialogflow2::api::ProjectLocationKnowledgeBaseListCall struct">ProjectLocationKnowledgeBaseListCall</a></td><td class="docblock-short"><p>Returns the list of all knowledge bases of the specified agent.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationKnowledgeBasePatchCall.html" title="google_dialogflow2::api::ProjectLocationKnowledgeBasePatchCall struct">ProjectLocationKnowledgeBasePatchCall</a></td><td class="docblock-short"><p>Updates the specified knowledge base.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationOperationCancelCall.html" title="google_dialogflow2::api::ProjectLocationOperationCancelCall struct">ProjectLocationOperationCancelCall</a></td><td class="docblock-short"><p>Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns <code>google.rpc.Code.UNIMPLEMENTED</code>. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to <code>Code.CANCELLED</code>.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationOperationGetCall.html" title="google_dialogflow2::api::ProjectLocationOperationGetCall struct">ProjectLocationOperationGetCall</a></td><td class="docblock-short"><p>Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationOperationListCall.html" title="google_dialogflow2::api::ProjectLocationOperationListCall struct">ProjectLocationOperationListCall</a></td><td class="docblock-short"><p>Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns <code>UNIMPLEMENTED</code>. NOTE: the <code>name</code> binding allows API services to override the binding to use different resource name schemes, such as <code>users/*/operations</code>. To override the binding, API services can add a binding such as <code>"/v1/{name=users/*}/operations"</code> to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must ensure the name binding is the parent resource, without the operations collection id.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationSetAgentCall.html" title="google_dialogflow2::api::ProjectLocationSetAgentCall struct">ProjectLocationSetAgentCall</a></td><td class="docblock-short"><p>Creates/updates the specified agent.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectMethods.html" title="google_dialogflow2::api::ProjectMethods struct">ProjectMethods</a></td><td class="docblock-short"><p>A builder providing access to all methods supported on <em>project</em> resources.
|
||
It is not used directly, but through the <code>Dialogflow</code> hub.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectOperationCancelCall.html" title="google_dialogflow2::api::ProjectOperationCancelCall struct">ProjectOperationCancelCall</a></td><td class="docblock-short"><p>Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns <code>google.rpc.Code.UNIMPLEMENTED</code>. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to <code>Code.CANCELLED</code>.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectOperationGetCall.html" title="google_dialogflow2::api::ProjectOperationGetCall struct">ProjectOperationGetCall</a></td><td class="docblock-short"><p>Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectOperationListCall.html" title="google_dialogflow2::api::ProjectOperationListCall struct">ProjectOperationListCall</a></td><td class="docblock-short"><p>Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns <code>UNIMPLEMENTED</code>. NOTE: the <code>name</code> binding allows API services to override the binding to use different resource name schemes, such as <code>users/*/operations</code>. To override the binding, API services can add a binding such as <code>"/v1/{name=users/*}/operations"</code> to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must ensure the name binding is the parent resource, without the operations collection id.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectSetAgentCall.html" title="google_dialogflow2::api::ProjectSetAgentCall struct">ProjectSetAgentCall</a></td><td class="docblock-short"><p>Creates/updates the specified agent.</p>
|
||
</td></tr></table><h2 id="enums" class="section-header"><a href="#enums">Enums</a></h2>
|
||
<table><tr class="module-item"><td><a class="enum" href="enum.Scope.html" title="google_dialogflow2::api::Scope enum">Scope</a></td><td class="docblock-short"><p>Identifies the an OAuth2 authorization scope.
|
||
A scope is needed when requesting an
|
||
<a href="https://developers.google.com/youtube/v3/guides/authentication">authorization token</a>.</p>
|
||
</td></tr></table></section><section id="search" class="content hidden"></section><section class="footer"></section><div id="rustdoc-vars" data-root-path="../../" data-current-crate="google_dialogflow2"></div>
|
||
<script src="../../main.js"></script><script defer src="../../search-index.js"></script></body></html> |