Place Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Place (entity type: "https://schema.org/Place").
public class Place : Microsoft.Bot.Schema.Entity
type Place = class
inherit Entity
Public Class Place
Inherits Entity
- Inheritance
Constructors
Place() |
Initializes a new instance of the Place class. |
Place(Object, Object, Object, String, String) |
Initializes a new instance of the Place class. |
Properties
Address |
Gets or sets address of the place (may be |
Geo |
Gets or sets geo coordinates of the place (may be complex object of
type |
HasMap |
Gets or sets map to the place (may be |
Name |
Gets or sets the name of the thing. |
Properties |
Gets or sets properties that are not otherwise defined by the Entity type but that might appear in the REST JSON object. (Inherited from Entity) |
Type |
Gets or sets type of this entity (RFC 3987 IRI). (Inherited from Entity) |
Methods
Equals(Entity) |
Indicates whether the current object is equal to another object of the same type. (Inherited from Entity) |
Equals(Object) |
Determines whether the specifid object is equal to the current object. (Inherited from Entity) |
GetAs<T>() |
Retrieve internal payload. (Inherited from Entity) |
GetHashCode() |
Hash function that generates a hash code for the current object. (Inherited from Entity) |
SetAs<T>(T) |
Set internal payload. (Inherited from Entity) |