Uses of Class
com.google.cloud.dialogflow.cx.v3beta1.SessionName
-
Packages that use SessionName Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow API -
-
Uses of SessionName in com.google.cloud.dialogflow.cx.v3beta1
Methods in com.google.cloud.dialogflow.cx.v3beta1 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.v3beta1 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.v3beta1 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.v3beta1 with type arguments of type SessionName Modifier and Type Method Description static List<String>SessionName. toStringList(List<SessionName> values)
-