Uses of Class
com.google.cloud.dialogflow.v2beta1.SessionName
-
Packages that use SessionName Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow API -
-
Uses of SessionName in com.google.cloud.dialogflow.v2beta1
Methods in com.google.cloud.dialogflow.v2beta1 that return SessionName Modifier and Type Method Description SessionNameSessionName.Builder. build()SessionNameSessionName.ProjectEnvironmentUserSessionBuilder. build()SessionNameSessionName.ProjectLocationEnvironmentUserSessionBuilder. build()SessionNameSessionName.ProjectLocationSessionBuilder. build()static SessionNameSessionName. of(String project, String session)static SessionNameSessionName. ofProjectEnvironmentUserSessionName(String project, String environment, String user, String session)static SessionNameSessionName. ofProjectLocationEnvironmentUserSessionName(String project, String location, String environment, String user, String session)static SessionNameSessionName. ofProjectLocationSessionName(String project, String location, String session)static SessionNameSessionName. ofProjectSessionName(String project, String session)static SessionNameSessionName. parse(String formattedString)Methods in com.google.cloud.dialogflow.v2beta1 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.v2beta1 with parameters of type SessionName Modifier and Type Method Description ContextContextsClient. createContext(SessionName parent, Context context)Creates a context.SessionEntityTypeSessionEntityTypesClient. createSessionEntityType(SessionName parent, SessionEntityType sessionEntityType)Creates a session entity type.voidContextsClient. deleteAllContexts(SessionName parent)Deletes all active contexts in the specified session.DetectIntentResponseSessionsClient. detectIntent(SessionName session, QueryInput queryInput)Processes a natural language query and returns structured, actionable data as a result.ContextsClient.ListContextsPagedResponseContextsClient. listContexts(SessionName parent)Returns the list of all contexts in the specified session.SessionEntityTypesClient.ListSessionEntityTypesPagedResponseSessionEntityTypesClient. listSessionEntityTypes(SessionName parent)Returns the list of all session entity types in the specified session.Method parameters in com.google.cloud.dialogflow.v2beta1 with type arguments of type SessionName Modifier and Type Method Description static List<String>SessionName. toStringList(List<SessionName> values)
-