All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.cloud.dialogflow.cx.v3beta1.KnowledgeConnectorSettingsOrBuilder Maven / Gradle / Ivy

The newest version!
/*
 * Copyright 2024 Google LLC
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     https://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/cloud/dialogflow/cx/v3beta1/page.proto

// Protobuf Java Version: 3.25.5
package com.google.cloud.dialogflow.cx.v3beta1;

public interface KnowledgeConnectorSettingsOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.dialogflow.cx.v3beta1.KnowledgeConnectorSettings)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * Whether Knowledge Connector is enabled or not.
   * 
* * bool enabled = 1; * * @return The enabled. */ boolean getEnabled(); /** * * *
   * The fulfillment to be triggered.
   *
   * When the answers from the Knowledge Connector are selected by Dialogflow,
   * you can utitlize the request scoped parameter `$request.knowledge.answers`
   * (contains up to the 5 highest confidence answers) and
   * `$request.knowledge.questions` (contains the corresponding questions) to
   * construct the fulfillment.
   * 
* * .google.cloud.dialogflow.cx.v3beta1.Fulfillment trigger_fulfillment = 3; * * @return Whether the triggerFulfillment field is set. */ boolean hasTriggerFulfillment(); /** * * *
   * The fulfillment to be triggered.
   *
   * When the answers from the Knowledge Connector are selected by Dialogflow,
   * you can utitlize the request scoped parameter `$request.knowledge.answers`
   * (contains up to the 5 highest confidence answers) and
   * `$request.knowledge.questions` (contains the corresponding questions) to
   * construct the fulfillment.
   * 
* * .google.cloud.dialogflow.cx.v3beta1.Fulfillment trigger_fulfillment = 3; * * @return The triggerFulfillment. */ com.google.cloud.dialogflow.cx.v3beta1.Fulfillment getTriggerFulfillment(); /** * * *
   * The fulfillment to be triggered.
   *
   * When the answers from the Knowledge Connector are selected by Dialogflow,
   * you can utitlize the request scoped parameter `$request.knowledge.answers`
   * (contains up to the 5 highest confidence answers) and
   * `$request.knowledge.questions` (contains the corresponding questions) to
   * construct the fulfillment.
   * 
* * .google.cloud.dialogflow.cx.v3beta1.Fulfillment trigger_fulfillment = 3; */ com.google.cloud.dialogflow.cx.v3beta1.FulfillmentOrBuilder getTriggerFulfillmentOrBuilder(); /** * * *
   * The target page to transition to.
   * Format:
   * `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/pages/<PageID>`.
   * 
* * string target_page = 4 [(.google.api.resource_reference) = { ... } * * @return Whether the targetPage field is set. */ boolean hasTargetPage(); /** * * *
   * The target page to transition to.
   * Format:
   * `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/pages/<PageID>`.
   * 
* * string target_page = 4 [(.google.api.resource_reference) = { ... } * * @return The targetPage. */ java.lang.String getTargetPage(); /** * * *
   * The target page to transition to.
   * Format:
   * `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/pages/<PageID>`.
   * 
* * string target_page = 4 [(.google.api.resource_reference) = { ... } * * @return The bytes for targetPage. */ com.google.protobuf.ByteString getTargetPageBytes(); /** * * *
   * The target flow to transition to.
   * Format:
   * `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>`.
   * 
* * string target_flow = 5 [(.google.api.resource_reference) = { ... } * * @return Whether the targetFlow field is set. */ boolean hasTargetFlow(); /** * * *
   * The target flow to transition to.
   * Format:
   * `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>`.
   * 
* * string target_flow = 5 [(.google.api.resource_reference) = { ... } * * @return The targetFlow. */ java.lang.String getTargetFlow(); /** * * *
   * The target flow to transition to.
   * Format:
   * `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>`.
   * 
* * string target_flow = 5 [(.google.api.resource_reference) = { ... } * * @return The bytes for targetFlow. */ com.google.protobuf.ByteString getTargetFlowBytes(); /** * * *
   * Optional. List of related data store connections.
   * 
* * * repeated .google.cloud.dialogflow.cx.v3beta1.DataStoreConnection data_store_connections = 6 [(.google.api.field_behavior) = OPTIONAL]; * */ java.util.List getDataStoreConnectionsList(); /** * * *
   * Optional. List of related data store connections.
   * 
* * * repeated .google.cloud.dialogflow.cx.v3beta1.DataStoreConnection data_store_connections = 6 [(.google.api.field_behavior) = OPTIONAL]; * */ com.google.cloud.dialogflow.cx.v3beta1.DataStoreConnection getDataStoreConnections(int index); /** * * *
   * Optional. List of related data store connections.
   * 
* * * repeated .google.cloud.dialogflow.cx.v3beta1.DataStoreConnection data_store_connections = 6 [(.google.api.field_behavior) = OPTIONAL]; * */ int getDataStoreConnectionsCount(); /** * * *
   * Optional. List of related data store connections.
   * 
* * * repeated .google.cloud.dialogflow.cx.v3beta1.DataStoreConnection data_store_connections = 6 [(.google.api.field_behavior) = OPTIONAL]; * */ java.util.List getDataStoreConnectionsOrBuilderList(); /** * * *
   * Optional. List of related data store connections.
   * 
* * * repeated .google.cloud.dialogflow.cx.v3beta1.DataStoreConnection data_store_connections = 6 [(.google.api.field_behavior) = OPTIONAL]; * */ com.google.cloud.dialogflow.cx.v3beta1.DataStoreConnectionOrBuilder getDataStoreConnectionsOrBuilder(int index); com.google.cloud.dialogflow.cx.v3beta1.KnowledgeConnectorSettings.TargetCase getTargetCase(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy