Class DirectLineSpeechChannel

java.lang.Object
com.azure.resourcemanager.botservice.models.Channel
com.azure.resourcemanager.botservice.models.DirectLineSpeechChannel

public final class DirectLineSpeechChannel extends Channel
DirectLine Speech channel definition.
  • Constructor Details

    • DirectLineSpeechChannel

      public DirectLineSpeechChannel()
  • Method Details

    • properties

      public DirectLineSpeechChannelProperties properties()
      Get the properties property: The set of properties specific to DirectLine Speech channel resource.
      Returns:
      the properties value.
    • withProperties

      public DirectLineSpeechChannel withProperties(DirectLineSpeechChannelProperties properties)
      Set the properties property: The set of properties specific to DirectLine Speech channel resource.
      Parameters:
      properties - the properties value to set.
      Returns:
      the DirectLineSpeechChannel object itself.
    • withEtag

      public DirectLineSpeechChannel withEtag(String etag)
      Set the etag property: Entity Tag of the resource.
      Overrides:
      withEtag in class Channel
      Parameters:
      etag - the etag value to set.
      Returns:
      the Channel object itself.
    • withLocation

      public DirectLineSpeechChannel withLocation(String location)
      Set the location property: Specifies the location of the resource.
      Overrides:
      withLocation in class Channel
      Parameters:
      location - the location value to set.
      Returns:
      the Channel object itself.
    • validate

      public void validate()
      Validates the instance.
      Overrides:
      validate in class Channel
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.