ask_sdk_model.interfaces.navigation.assistance package¶
Submodules¶
Note
Canonical imports have been added in the __init__.py of the package.
This helps in importing the class directly from the package, than
through the module.
For eg: if package a has module b with
class C, you can do from a import C instead of
from a.b import C.
ask_sdk_model.interfaces.navigation.assistance.announce_road_regulation module¶
-
class
ask_sdk_model.interfaces.navigation.assistance.announce_road_regulation.AnnounceRoadRegulation¶ Bases:
ask_sdk_model.directive.DirectiveNew directive that Alexa will send to navigation engine to query road regulations about the road segments that the user is on.
-
attribute_map= {'object_type': 'type'}¶
-
deserialized_types= {'object_type': 'str'}¶
-
supports_multiple_types= False¶
-
to_dict()¶ Returns the model properties as a dict
-
to_str()¶ Returns the string representation of the model
-