AT&T API Platform SDK for Microsoft®  2.3.3
Wrapper classes that allow developers to build robust applications using .NET
 All Classes Namespaces Functions Enumerations Properties
ATT_MSSDK.Speechv3.TVXArgs Class Reference

This class contains the parameters specific to TV Context. More...

List of all members.

Public Member Functions

 TVXArgs ()
 Initializes a new instance of TVXArgs.
override string ToString ()
 Returns the string format of the properties.

Properties

bool Search [get, set]
 Gets or sets the value of Search.
string Lineup [get, set]
 Gets or sets the value of Lineup. The Lineup is a 5 digit code identifying one of 66 U-Verse market lineups.
string DeviceId [get, set]
 Gets or sets the value of DeviceId. The device identifier should be an anonymized hash string identifying the device with a high likelihood of uniqueness while not providing any identifiable string or algorithmic method of recovering the original unique device identifier (UDID).
int NumResults [get, set]
 Gets or sets the vlaue of NumResults. The size of the results returned is capped by this number. Use this parameter to limit the size of the returned program list.
string PageRequest [get, set]
 Gets or sets the value of PageRequest. Used to guide response messages and select next or previous page of partial search results. Use with “ResultKeys - FirstResultKey and LastResultKey” to get next or previous results. Valid values are: next or prev.
string FirstResultKey [get, set]
 Gets or sets the value of FirstResultKey. Used with “prev” option to identify the first result from the previous response. The response will include search items from before this response.
string LastResultKey [get, set]
 Gets or sets the value of LastResultKey. Used with “next” Page-Request option to get next results. This string identifies the last result the user saw in the previous response.

Detailed Description

This class contains the parameters specific to TV Context.


Constructor & Destructor Documentation

Initializes a new instance of TVXArgs.


Member Function Documentation

Returns the string format of the properties.

Returns:
Returns the string format of the properties.

Property Documentation

Gets or sets the value of DeviceId. The device identifier should be an anonymized hash string identifying the device with a high likelihood of uniqueness while not providing any identifiable string or algorithmic method of recovering the original unique device identifier (UDID).

Gets or sets the value of FirstResultKey. Used with “prev” option to identify the first result from the previous response. The response will include search items from before this response.

Gets or sets the value of LastResultKey. Used with “next” Page-Request option to get next results. This string identifies the last result the user saw in the previous response.

Gets or sets the value of Lineup. The Lineup is a 5 digit code identifying one of 66 U-Verse market lineups.

Gets or sets the vlaue of NumResults. The size of the results returned is capped by this number. Use this parameter to limit the size of the returned program list.

Gets or sets the value of PageRequest. Used to guide response messages and select next or previous page of partial search results. Use with “ResultKeys - FirstResultKey and LastResultKey” to get next or previous results. Valid values are: next or prev.

Gets or sets the value of Search.