Package com.google.cloud.dialogflow.v2
Class ConversationModelEvaluationName
- java.lang.Object
-
- com.google.cloud.dialogflow.v2.ConversationModelEvaluationName
-
- All Implemented Interfaces:
com.google.api.resourcenames.ResourceName
@Generated("by gapic-generator-java") public class ConversationModelEvaluationName extends Object implements com.google.api.resourcenames.ResourceName
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ConversationModelEvaluationName.Builder
Builder for projects/{project}/conversationModels/{conversation_model}/evaluations/{evaluation}.static class
ConversationModelEvaluationName.ProjectLocationConversationModelEvaluationBuilder
Builder for projects/{project}/locations/{location}/conversationModels/{conversation_model}/evaluations/{evaluation}.
-
Constructor Summary
Constructors Modifier Constructor Description protected
ConversationModelEvaluationName()
Deprecated.
-
Method Summary
-
-
-
Constructor Detail
-
ConversationModelEvaluationName
@Deprecated protected ConversationModelEvaluationName()
Deprecated.
-
-
Method Detail
-
getProject
public String getProject()
-
getConversationModel
public String getConversationModel()
-
getEvaluation
public String getEvaluation()
-
getLocation
public String getLocation()
-
newBuilder
public static ConversationModelEvaluationName.Builder newBuilder()
-
newProjectConversationModelEvaluationBuilder
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static ConversationModelEvaluationName.Builder newProjectConversationModelEvaluationBuilder()
-
newProjectLocationConversationModelEvaluationBuilder
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static ConversationModelEvaluationName.ProjectLocationConversationModelEvaluationBuilder newProjectLocationConversationModelEvaluationBuilder()
-
toBuilder
public ConversationModelEvaluationName.Builder toBuilder()
-
of
public static ConversationModelEvaluationName of(String project, String conversationModel, String evaluation)
-
ofProjectConversationModelEvaluationName
@BetaApi("The static create methods are not stable yet and may be changed in the future.") public static ConversationModelEvaluationName ofProjectConversationModelEvaluationName(String project, String conversationModel, String evaluation)
-
ofProjectLocationConversationModelEvaluationName
@BetaApi("The static create methods are not stable yet and may be changed in the future.") public static ConversationModelEvaluationName ofProjectLocationConversationModelEvaluationName(String project, String location, String conversationModel, String evaluation)
-
formatProjectConversationModelEvaluationName
@BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatProjectConversationModelEvaluationName(String project, String conversationModel, String evaluation)
-
formatProjectLocationConversationModelEvaluationName
@BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatProjectLocationConversationModelEvaluationName(String project, String location, String conversationModel, String evaluation)
-
parse
public static ConversationModelEvaluationName parse(String formattedString)
-
parseList
public static List<ConversationModelEvaluationName> parseList(List<String> formattedStrings)
-
toStringList
public static List<String> toStringList(List<ConversationModelEvaluationName> values)
-
isParsableFrom
public static boolean isParsableFrom(String formattedString)
-
getFieldValuesMap
public Map<String,String> getFieldValuesMap()
- Specified by:
getFieldValuesMap
in interfacecom.google.api.resourcenames.ResourceName
-
getFieldValue
public String getFieldValue(String fieldName)
- Specified by:
getFieldValue
in interfacecom.google.api.resourcenames.ResourceName
-
-