LocationBasedRecommendedActionSessionsResultsClient Interface

public interface LocationBasedRecommendedActionSessionsResultsClient

An instance of this class provides access to all the operations defined in LocationBasedRecommendedActionSessionsResultsClient.

Method Summary

Modifier and Type Method and Description
abstract PagedIterable<RecommendationActionInner> list(String locationName, String operationId)

Recommendation action session operation result.

abstract PagedIterable<RecommendationActionInner> list(String locationName, String operationId, Context context)

Recommendation action session operation result.

Method Details

list

public abstract PagedIterable<RecommendationActionInner> list(String locationName, String operationId)

Recommendation action session operation result.

Parameters:

locationName - The name of the location.
operationId - The operation identifier.

Returns:

a list of recommendation actions.

list

public abstract PagedIterable<RecommendationActionInner> list(String locationName, String operationId, Context context)

Recommendation action session operation result.

Parameters:

locationName - The name of the location.
operationId - The operation identifier.
context - The context to associate with this operation.

Returns:

a list of recommendation actions.

Applies to