Class StartActivityIntent
A starting intent specified by an action, uri, and categories.
Implements
Inherited Members
Namespace: Google.Apis.Testing.v1.Data
Assembly: Google.Apis.Testing.v1.dll
Syntax
public class StartActivityIntent : IDirectResponseSchema
Properties
Action
Action name. Required for START_ACTIVITY.
Declaration
[JsonProperty("action")]
public virtual string Action { get; set; }
Property Value
Type | Description |
---|---|
string |
Categories
Intent categories to set on the intent.
Declaration
[JsonProperty("categories")]
public virtual IList<string> Categories { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Uri
URI for the action.
Declaration
[JsonProperty("uri")]
public virtual string Uri { get; set; }
Property Value
Type | Description |
---|---|
string |