RoutingIntentCreateOrUpdate interface
메서드
| delete(Routing |
RoutingIntent를 삭제합니다. |
| get(Routing |
RoutingIntent의 세부 정보를 검색합니다. |
| put(Routing |
존재하지 않는 경우 RoutingIntent 리소스를 만듭니다. 그렇지 않으면 기존 RoutingIntent가 업데이트됩니다. |
메서드 세부 정보
delete(RoutingIntentDeleteParameters)
RoutingIntent를 삭제합니다.
function delete(options: RoutingIntentDeleteParameters): StreamableMethod<RoutingIntentDelete200Response | RoutingIntentDelete202Response | RoutingIntentDelete204Response | RoutingIntentDeleteDefaultResponse>
매개 변수
- options
- RoutingIntentDeleteParameters
반환
get(RoutingIntentGetParameters)
RoutingIntent의 세부 정보를 검색합니다.
function get(options: RoutingIntentGetParameters): StreamableMethod<RoutingIntentGet200Response | RoutingIntentGetDefaultResponse>
매개 변수
- options
- RoutingIntentGetParameters
반환
put(RoutingIntentCreateOrUpdateParameters)
존재하지 않는 경우 RoutingIntent 리소스를 만듭니다. 그렇지 않으면 기존 RoutingIntent가 업데이트됩니다.
function put(options: RoutingIntentCreateOrUpdateParameters): StreamableMethod<RoutingIntentCreateOrUpdate200Response | RoutingIntentCreateOrUpdate201Response | RoutingIntentCreateOrUpdateDefaultResponse>