Uses of Class
com.google.cloud.dialogflow.cx.v3.SessionName
-
Packages that use SessionName Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow API -
-
Uses of SessionName in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return SessionName Modifier and Type Method Description SessionNameSessionName.Builder. build()SessionNameSessionName.ProjectLocationAgentEnvironmentSessionBuilder. build()static SessionNameSessionName. of(String project, String location, String agent, String session)static SessionNameSessionName. ofProjectLocationAgentEnvironmentSessionName(String project, String location, String agent, String environment, String session)static SessionNameSessionName. ofProjectLocationAgentSessionName(String project, String location, String agent, String session)static SessionNameSessionName. parse(String formattedString)Methods in com.google.cloud.dialogflow.cx.v3 that return types with arguments of type SessionName Modifier and Type Method Description static List<SessionName>SessionName. parseList(List<String> formattedStrings)Methods in com.google.cloud.dialogflow.cx.v3 with parameters of type SessionName Modifier and Type Method Description SessionEntityTypeSessionEntityTypesClient. createSessionEntityType(SessionName parent, SessionEntityType sessionEntityType)Creates a session entity type.SessionEntityTypesClient.ListSessionEntityTypesPagedResponseSessionEntityTypesClient. listSessionEntityTypes(SessionName parent)Returns the list of all session entity types in the specified session.Method parameters in com.google.cloud.dialogflow.cx.v3 with type arguments of type SessionName Modifier and Type Method Description static List<String>SessionName. toStringList(List<SessionName> values)
-