com.google.cloud.dialogflow.v2.ConversationOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-cloud-dialogflow-v2 Show documentation
Show all versions of proto-google-cloud-dialogflow-v2 Show documentation
PROTO library for proto-google-cloud-dialogflow-v2
/*
* 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/v2/conversation.proto
// Protobuf Java Version: 3.25.4
package com.google.cloud.dialogflow.v2;
public interface ConversationOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.dialogflow.v2.Conversation)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* Output only. Identifier. The unique identifier of this conversation.
* Format: `projects/<Project ID>/locations/<Location
* ID>/conversations/<Conversation ID>`.
*
*
*
* string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IDENTIFIER];
*
*
* @return The name.
*/
java.lang.String getName();
/**
*
*
*
* Output only. Identifier. The unique identifier of this conversation.
* Format: `projects/<Project ID>/locations/<Location
* ID>/conversations/<Conversation ID>`.
*
*
*
* string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IDENTIFIER];
*
*
* @return The bytes for name.
*/
com.google.protobuf.ByteString getNameBytes();
/**
*
*
*
* Output only. The current state of the Conversation.
*
*
*
* .google.cloud.dialogflow.v2.Conversation.LifecycleState lifecycle_state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return The enum numeric value on the wire for lifecycleState.
*/
int getLifecycleStateValue();
/**
*
*
*
* Output only. The current state of the Conversation.
*
*
*
* .google.cloud.dialogflow.v2.Conversation.LifecycleState lifecycle_state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return The lifecycleState.
*/
com.google.cloud.dialogflow.v2.Conversation.LifecycleState getLifecycleState();
/**
*
*
*
* Required. The Conversation Profile to be used to configure this
* Conversation. This field cannot be updated.
* Format: `projects/<Project ID>/locations/<Location
* ID>/conversationProfiles/<Conversation Profile ID>`.
*
*
*
* string conversation_profile = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
*
*
* @return The conversationProfile.
*/
java.lang.String getConversationProfile();
/**
*
*
*
* Required. The Conversation Profile to be used to configure this
* Conversation. This field cannot be updated.
* Format: `projects/<Project ID>/locations/<Location
* ID>/conversationProfiles/<Conversation Profile ID>`.
*
*
*
* string conversation_profile = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
*
*
* @return The bytes for conversationProfile.
*/
com.google.protobuf.ByteString getConversationProfileBytes();
/**
*
*
*
* Output only. It will not be empty if the conversation is to be connected
* over telephony.
*
*
*
* .google.cloud.dialogflow.v2.ConversationPhoneNumber phone_number = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return Whether the phoneNumber field is set.
*/
boolean hasPhoneNumber();
/**
*
*
*
* Output only. It will not be empty if the conversation is to be connected
* over telephony.
*
*
*
* .google.cloud.dialogflow.v2.ConversationPhoneNumber phone_number = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return The phoneNumber.
*/
com.google.cloud.dialogflow.v2.ConversationPhoneNumber getPhoneNumber();
/**
*
*
*
* Output only. It will not be empty if the conversation is to be connected
* over telephony.
*
*
*
* .google.cloud.dialogflow.v2.ConversationPhoneNumber phone_number = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
com.google.cloud.dialogflow.v2.ConversationPhoneNumberOrBuilder getPhoneNumberOrBuilder();
/**
*
*
*
* Output only. The time the conversation was started.
*
*
* .google.protobuf.Timestamp start_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return Whether the startTime field is set.
*/
boolean hasStartTime();
/**
*
*
*
* Output only. The time the conversation was started.
*
*
* .google.protobuf.Timestamp start_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return The startTime.
*/
com.google.protobuf.Timestamp getStartTime();
/**
*
*
*
* Output only. The time the conversation was started.
*
*
* .google.protobuf.Timestamp start_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder();
/**
*
*
*
* Output only. The time the conversation was finished.
*
*
* .google.protobuf.Timestamp end_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return Whether the endTime field is set.
*/
boolean hasEndTime();
/**
*
*
*
* Output only. The time the conversation was finished.
*
*
* .google.protobuf.Timestamp end_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return The endTime.
*/
com.google.protobuf.Timestamp getEndTime();
/**
*
*
*
* Output only. The time the conversation was finished.
*
*
* .google.protobuf.Timestamp end_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder();
/**
*
*
*
* Optional. The stage of a conversation. It indicates whether the virtual
* agent or a human agent is handling the conversation.
*
* If the conversation is created with the conversation profile that has
* Dialogflow config set, defaults to
* [ConversationStage.VIRTUAL_AGENT_STAGE][google.cloud.dialogflow.v2.Conversation.ConversationStage.VIRTUAL_AGENT_STAGE];
* Otherwise, defaults to
* [ConversationStage.HUMAN_ASSIST_STAGE][google.cloud.dialogflow.v2.Conversation.ConversationStage.HUMAN_ASSIST_STAGE].
*
* If the conversation is created with the conversation profile that has
* Dialogflow config set but explicitly sets conversation_stage to
* [ConversationStage.HUMAN_ASSIST_STAGE][google.cloud.dialogflow.v2.Conversation.ConversationStage.HUMAN_ASSIST_STAGE],
* it skips
* [ConversationStage.VIRTUAL_AGENT_STAGE][google.cloud.dialogflow.v2.Conversation.ConversationStage.VIRTUAL_AGENT_STAGE]
* stage and directly goes to
* [ConversationStage.HUMAN_ASSIST_STAGE][google.cloud.dialogflow.v2.Conversation.ConversationStage.HUMAN_ASSIST_STAGE].
*
*
*
* .google.cloud.dialogflow.v2.Conversation.ConversationStage conversation_stage = 7 [(.google.api.field_behavior) = OPTIONAL];
*
*
* @return The enum numeric value on the wire for conversationStage.
*/
int getConversationStageValue();
/**
*
*
*
* Optional. The stage of a conversation. It indicates whether the virtual
* agent or a human agent is handling the conversation.
*
* If the conversation is created with the conversation profile that has
* Dialogflow config set, defaults to
* [ConversationStage.VIRTUAL_AGENT_STAGE][google.cloud.dialogflow.v2.Conversation.ConversationStage.VIRTUAL_AGENT_STAGE];
* Otherwise, defaults to
* [ConversationStage.HUMAN_ASSIST_STAGE][google.cloud.dialogflow.v2.Conversation.ConversationStage.HUMAN_ASSIST_STAGE].
*
* If the conversation is created with the conversation profile that has
* Dialogflow config set but explicitly sets conversation_stage to
* [ConversationStage.HUMAN_ASSIST_STAGE][google.cloud.dialogflow.v2.Conversation.ConversationStage.HUMAN_ASSIST_STAGE],
* it skips
* [ConversationStage.VIRTUAL_AGENT_STAGE][google.cloud.dialogflow.v2.Conversation.ConversationStage.VIRTUAL_AGENT_STAGE]
* stage and directly goes to
* [ConversationStage.HUMAN_ASSIST_STAGE][google.cloud.dialogflow.v2.Conversation.ConversationStage.HUMAN_ASSIST_STAGE].
*
*
*
* .google.cloud.dialogflow.v2.Conversation.ConversationStage conversation_stage = 7 [(.google.api.field_behavior) = OPTIONAL];
*
*
* @return The conversationStage.
*/
com.google.cloud.dialogflow.v2.Conversation.ConversationStage getConversationStage();
}