PlaceValueSpec

  • The AskForPlace request uses JSON to define the speech configuration.

  • This configuration is held within the dialogSpec field, which uses the DialogSpec object.

  • Developers should consult the DialogSpec documentation for details on defining the PlaceDialogSpec configuration.

Input for AskForPlace.

JSON representation
{
  "dialogSpec": {
    object (DialogSpec)
  }
}
Fields
dialogSpec

object (DialogSpec)

Speech configuration for askForPlace dialog. The extension should be used to define the PlaceDialogSpec configuration.